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

Invalid join result when join key columns contain nulls

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.11.0
    • 0.12.0, 0.11.3
    • None
    • None

    Description

      You can simply reproduce this bug as follows. The correct answer of the below query is 20965674.

      tpcds100> select count(*) from store_sales, store_returns 
      where 
      ss_customer_sk = sr_customer_sk 
      and ss_item_sk = sr_item_sk 
      ;
      [=========================================>] 100%  33.315 sec
      ?count
      -------------------------------
      101145653
      (1 rows, 33.315 sec, 16 B selected)
      

      Attachments

        Issue Links

          Activity

            People

              jihoonson Jihoon Son
              jihoonson Jihoon Son
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: