Description
Currently date_col > "max_date+1" is rounded down to date_col > "max_date" during encoding and further evaluated as date_col >= "max_date" during segment pruning. This causes a segment can be pruned is not pruned.
Attachments
Issue Links
- is duplicated by
-
KYLIN-3122 Partition elimination algorithm seems to be inefficient and have serious issues with handling date/time ranges, can lead to very slow queries and OOM/Java heap dump conditions
- Closed
- is related to
-
KYLIN-3122 Partition elimination algorithm seems to be inefficient and have serious issues with handling date/time ranges, can lead to very slow queries and OOM/Java heap dump conditions
- Closed