liyang created KYLIN-3352:
-----------------------------
Summary: Segment pruning bug when date_col > "max_date+1"
Key: KYLIN-3352
URL: https://issues.apache.org/jira/browse/KYLIN-3352
Project: Kylin
Issue Type: Bug
Reporter: liyang
Assignee: liyang
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)