Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23561
Change subject: IMPALA-14414: Calcite planner: Added new code to handle nan/inf ...................................................................... IMPALA-14414: Calcite planner: Added new code to handle nan/inf The current code works for NaN and Inf, but it breaks when upgrading to v1.40. This commit changes the code to handle these when we do the upgrade to 1.40 and adds a basic test into the calcite.test to ensure that when the upgrade happens, it does not break. Change-Id: I8593a4942a2fe785a0c77134b78a9d97257225fc --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/RexLiteralConverter.java M testdata/workloads/functional-query/queries/QueryTest/calcite.test 2 files changed, 54 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/23561/2 -- To view, visit http://gerrit.cloudera.org:8080/23561 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8593a4942a2fe785a0c77134b78a9d97257225fc Gerrit-Change-Number: 23561 Gerrit-PatchSet: 2 Gerrit-Owner: Steve Carlin <[email protected]>
