Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23039
Change subject: IMPALA-14165: Type coercion code accidentally omitted from analysis ...................................................................... IMPALA-14165: Type coercion code accidentally omitted from analysis On the first cut of creating the Calcite planner, the Calcite planner was standalone and ran its own JniFrontend. In the current version, the parsing, validating, and single node planning is called from the Impala framework. There is some code in the first cut regarding the "ImpalaTypeCoercionFactory" class which handles deriving the correct data type for various expressions, for instance (found in exprs.test): 10.1 in (tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col) This code can be found in CalciteValidator.java, but was accidentally omitted from CalciteAnalysisDriver. Change-Id: I74c4c714504400591d1ec6313f040191613c25d9 --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteAnalysisDriver.java 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/23039/1 -- To view, visit http://gerrit.cloudera.org:8080/23039 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I74c4c714504400591d1ec6313f040191613c25d9 Gerrit-Change-Number: 23039 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
