[
https://issues.apache.org/jira/browse/HIVE-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16736912#comment-16736912
]
Mani M commented on HIVE-18167:
-------------------------------
HI [~pvary],
Can you help me on which sources /sections need to be changed ?
> Optimizer: Rewrite Constant BETWEEN col1 and col2 for PPD
> ---------------------------------------------------------
>
> Key: HIVE-18167
> URL: https://issues.apache.org/jira/browse/HIVE-18167
> Project: Hive
> Issue Type: Improvement
> Components: Logical Optimizer
> Reporter: Gopal V
> Priority: Major
> Labels: newbie++
>
> {code}
> CURRENT_DATE between start_date and end_date
> {code}
> is not pushed down to the predicate layer, while the inclusive comparison ops
> {code}
> start_date <= CURRENT_DATE and end_date >= CURRENT_DATE
> {code}
> are evaluated at the row-index level.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)