[
https://issues.apache.org/jira/browse/HIVE-27010?focusedWorklogId=842726&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-842726
]
ASF GitHub Bot logged work on HIVE-27010:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jan/23 23:50
Start Date: 31/Jan/23 23:50
Worklog Time Spent: 10m
Work Description: rbalamohan opened a new pull request, #4005:
URL: https://github.com/apache/hive/pull/4005
Post https://issues.apache.org/jira/browse/HIVE-24645, query compilation
time increased for lot of queries. This is due to the fact that
"MapredContext.createDummy" gets called from
ExprNodeGenericFuncEvaluator.initialize() early in the compilation cycle. The
fix for HIVE-24645 was supposed to be mainly for fetch.task.conversion, but got
impacted for other cases.
Intent of this ticket is to go through that fix only on need basis. i.e for
the cases where UDF configure needs to be called. For queries that do not have
UDF, it will not go through this path and will reduce compilation times.
### Does this PR introduce _any_ user-facing change?
No
Issue Time Tracking
-------------------
Worklog Id: (was: 842726)
Remaining Estimate: 0h
Time Spent: 10m
> Reduce compilation time
> -----------------------
>
> Key: HIVE-27010
> URL: https://issues.apache.org/jira/browse/HIVE-27010
> Project: Hive
> Issue Type: Improvement
> Reporter: Rajesh Balamohan
> Priority: Major
> Labels: performance
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Context: Post HIVE-24645, compilation time for queries has increased.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)