Fredy Wijaya has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9800
Change subject: IMPALA-6724: Incorrect exception handling in create function statement ...................................................................... IMPALA-6724: Incorrect exception handling in create function statement This patch removes restriction on creating a function with the same name as the built-in function. The reason for doing this is to avoid name clashing when introducing new built-in functions. Testing: - Ran front-end tests Change-Id: Ic30df56ac276970116715c14454a5a2477b185fa --- M fe/src/main/java/org/apache/impala/analysis/CreateFunctionStmtBase.java M fe/src/main/java/org/apache/impala/analysis/FunctionName.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java M fe/src/test/java/org/apache/impala/analysis/AuthorizationTest.java 4 files changed, 48 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/9800/2 -- To view, visit http://gerrit.cloudera.org:8080/9800 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic30df56ac276970116715c14454a5a2477b185fa Gerrit-Change-Number: 9800 Gerrit-PatchSet: 2 Gerrit-Owner: Fredy Wijaya <[email protected]>
