Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23041
Change subject: IMPALA-14166: Calcite Planner: Ensure 'unsupported' functions are handled correctly ...................................................................... IMPALA-14166: Calcite Planner: Ensure 'unsupported' functions are handled correctly There are some datasketches functions which return a Function object where the "isUnsupported" method returns true. This needs to be explicitly handled in the Calcite code as unsupported. Change-Id: Ic2c4a96005fc7571bde28643ea4cecda61839c77 --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/FunctionResolver.java 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/41/23041/1 -- To view, visit http://gerrit.cloudera.org:8080/23041 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2c4a96005fc7571bde28643ea4cecda61839c77 Gerrit-Change-Number: 23041 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <scar...@cloudera.com>