You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Xikui Wang (JIRA)" <ji...@apache.org> on 2017/11/22 01:18:00 UTC

[jira] [Created] (ASTERIXDB-2175) External UDF cannot deinitialize

Xikui Wang created ASTERIXDB-2175:
-------------------------------------

             Summary: External UDF cannot deinitialize 
                 Key: ASTERIXDB-2175
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2175
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Xikui Wang


Due to the nature of IScalarEvaluator, which is the interface that external UDF implements, the evaluators cannot be deinitialized/closed when the job is finished. One option would be adding an close/deinitialize method to the interface and have it called when the close method is called. This needs a wider discussion...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)