[
https://issues.apache.org/jira/browse/HIVE-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Navis updated HIVE-9096:
------------------------
Resolution: Fixed
Fix Version/s: 0.15.0
Status: Resolved (was: Patch Available)
Committed to trunk. Thanks Niranjan Singh, for the contribution.
> GenericUDF may be left unclosed in PartitionPrune#visitCall()
> -------------------------------------------------------------
>
> Key: HIVE-9096
> URL: https://issues.apache.org/jira/browse/HIVE-9096
> Project: Hive
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
> Fix For: 0.15.0
>
> Attachments: HIVE-9096.patch
>
>
> In
> ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/PartitionPrune.java
> :
> {code}
> GenericUDF hiveUDF = SqlFunctionConverter.getHiveUDF(call.getOperator(),
> call.getType(), call.operands.size());
> if (hiveUDF != null &&
> !FunctionRegistry.isDeterministic(hiveUDF)) {
> return null;
> }
> {code}
> hiveUDF should be closed upon return.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)