You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Pengcheng Xiong (JIRA)" <ji...@apache.org> on 2015/04/15 22:27:58 UTC

[jira] [Created] (HIVE-10344) Use newInstance to create ExprNodeGenericFuncDesc rather than construction function

Pengcheng Xiong created HIVE-10344:
--------------------------------------

             Summary: Use newInstance to create ExprNodeGenericFuncDesc rather than construction function
                 Key: HIVE-10344
                 URL: https://issues.apache.org/jira/browse/HIVE-10344
             Project: Hive
          Issue Type: Sub-task
            Reporter: Pengcheng Xiong
            Assignee: Pengcheng Xiong


ExprNodeGenericFuncDesc is now created using a constructer. It skips the initialization step "genericUDF.initializeAndFoldConstants" compared with using newInstance method. If the initialization step is skipped, some configuration parameters are not included in the serialization which generates wrong results/errors.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)