Steve Carlin created IMPALA-10525:
-------------------------------------
Summary: Add param to BuiltinsDb to defer initialization
Key: IMPALA-10525
URL: https://issues.apache.org/jira/browse/IMPALA-10525
Project: IMPALA
Issue Type: Sub-task
Components: Frontend
Reporter: Steve Carlin
BuiltinsDb.java 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 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)