You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Steve Carlin (Jira)" <ji...@apache.org> on 2021/03/30 00:37:00 UTC

[jira] [Resolved] (IMPALA-10525) Add param to BuiltinsDb to defer initialization

     [ https://issues.apache.org/jira/browse/IMPALA-10525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Carlin resolved IMPALA-10525.
-----------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org