Description
Same problem as HIVE-12473 and HIVE-12667.
The query below (uses tables from spark_dynamic_partition_pruning.q) returns incorrect results:
select count(*) from srcpart join srcpart_date on (day(srcpart.ds) = day(srcpart_date.ds)) where srcpart_date.`date` = '2008-04-08';
It returns a value of 0 when DPP is on, when it is disabled it returns 1000
Attachments
Attachments
Issue Links
- links to