Todd Lipcon has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13236
Change subject: Hive 3: fix test_permanent_udfs.py for Hive 3 support ...................................................................... Hive 3: fix test_permanent_udfs.py for Hive 3 support This fixes two issues in test_permanent_udfs.py: - two of Hive's built-ins were ported to the new GenericUDF interface which Impala can't execute. These UDFs are now excluded from the test when running with Hive 3. - Hive 3 now caches UDFs more aggressively, so we have to run 'RELOAD FUNCTION' in Hive after changing UDFs in Impala. This function also exists in Hive 2, so while it isn't necessary, I didn't bother to make it conditional on version. Change-Id: I7f50845c7d4769d8843cad87988498e165902169 --- M tests/common/impala_test_suite.py M tests/custom_cluster/test_permanent_udfs.py 2 files changed, 24 insertions(+), 29 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/36/13236/1 -- To view, visit http://gerrit.cloudera.org:8080/13236 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7f50845c7d4769d8843cad87988498e165902169 Gerrit-Change-Number: 13236 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[email protected]>
