Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1101

Broadcast join with a zero-length file table returns wrong result data.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None

    Description

      If a table has several data files and some files are empty, Broadcast join with that table returns wrong data.

      select * from customer_large a
       left outer join nation_multifile b on a.c_nationkey = b.n_nationkey
       where b.n_nationkey is null
      

      The above query should return empty rows but return many rows with null n_nationkey value.

      Attachments

        Issue Links

          Activity

            People

              hjkim Hyoungjun Kim
              hjkim Hyoungjun Kim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: