[ https://issues.apache.org/jira/browse/HIVE-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-8492: ----------------------------------- Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available) Committed to trunk. [~vikram.dixit] it will be good to have this in 0.14 as well > Enhance Constant Folding to propagate constants for simple expressions > ----------------------------------------------------------------------- > > Key: HIVE-8492 > URL: https://issues.apache.org/jira/browse/HIVE-8492 > Project: Hive > Issue Type: Improvement > Components: Logical Optimizer > Affects Versions: 0.14.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Fix For: 0.15.0 > > Attachments: HIVE-8492.1.patch, HIVE-8492.patch > > > currently it propagates only for projects, can be enhanced to propagate for > simple expressions like casts, e.g, > {code} > SELECT src1.key, src1.key + 1, src2.value FROM src src1 join src src2 ON > src1.key = src2.key AND cast(src1.key as double) = 86; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)