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
- is related to
-
TAJO-2141 Fix invalid null handling with NOT IN clause
- Open