Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24031
Change subject: IMPALA-14429 addendum: Only int types need extra conversion. ...................................................................... IMPALA-14429 addendum: Only int types need extra conversion. A regression was caused with the IMPALA-14429 commit when a decimal was being compared with integers in an IN clause. Calcite only misclassifies integer types, so only those should be changed in the ImpalaRexBuilder when creating literals. Change-Id: Ic41e0141737c771b6d5ea48aa99144a919427207 --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/ImpalaRexBuilder.java M testdata/workloads/functional-query/queries/QueryTest/calcite.test 2 files changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/31/24031/1 -- To view, visit http://gerrit.cloudera.org:8080/24031 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic41e0141737c771b6d5ea48aa99144a919427207 Gerrit-Change-Number: 24031 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
