[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17093
Change subject: IMPALA-10525: Add param to BuiltinsDb to defer initialization ...................................................................... IMPALA-10525: Add param to BuiltinsDb to defer initialization BuiltinsDb currently initializes all the builtin functions on initialization. Part of the initialization task is to interact with the C++ code to fetch the signatures of the functions. This doesn't work if a third party extension wants to use the BuiltinDb but does not have access to the C++ library at runtime. The solution is to add a parameter to the initialization which will allow the initialization to be deferred. Change-Id: I1941a2494efe15b63514d849873eeb1c4ed8a981 --- M fe/src/main/java/org/apache/impala/catalog/BuiltinsDb.java 1 file changed, 10 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/17093/1 -- To view, visit http://gerrit.cloudera.org:8080/17093 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1941a2494efe15b63514d849873eeb1c4ed8a981 Gerrit-Change-Number: 17093 Gerrit-PatchSet: 1 Gerrit-Owner: Anonymous Coward <[email protected]>
