Bharath Vissapragada has uploaded a new change for review. http://gerrit.cloudera.org:8080/4365
Change subject: IMPALA-4099: Fix the error message while loading UDFs with no JARs ...................................................................... IMPALA-4099: Fix the error message while loading UDFs with no JARs Currently we throw a generic exception due to a missing check in the code for cases where the UDF has no resources associated with it. This is not super useful from supportability point of view. This commit fixes that. This also cleans up the code a little by moving these checks out of the extractFunctions() method. Change-Id: I167426ea96b0a41374227ef238b6f60e4184a9d7 --- M fe/src/main/java/com/cloudera/impala/catalog/CatalogServiceCatalog.java 1 file changed, 44 insertions(+), 25 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/65/4365/1 -- To view, visit http://gerrit.cloudera.org:8080/4365 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I167426ea96b0a41374227ef238b6f60e4184a9d7 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <[email protected]>
