[
https://issues.apache.org/jira/browse/HIVE-18215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis updated HIVE-18215:
---------------------------------------
Fix Version/s: (was: 3.2.0)
I cleared the fixVersion field since this ticket is still open. Please review
this ticket and if the fix is already committed to a specific version please
set the version accordingly and mark the ticket as RESOLVED.
According to the [JIRA
guidelines|https://cwiki.apache.org/confluence/display/Hive/HowToContribute]
the fixVersion should be set only when the issue is resolved/closed.
> Possible code optimization exists for "INSERT OVERWITE on MM table. SELECT
> FROM (SELECT .. UNION ALL SELECT ..)
> ---------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-18215
> URL: https://issues.apache.org/jira/browse/HIVE-18215
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 3.0.0
> Reporter: Steve Yeom
> Assignee: Steve Yeom
> Priority: Minor
>
> removeTempOrDuplicateFiles(.) has an opportunity for performance code
> optimization for the
> test case of "INSERT OVERWITE on MM table. SELECT FROM (SELECT .. UNION ALL
> SELECT ..)" from dp_counter_mm.q.
> This is MM table specific and we can avoid calling fs.exists() by creating a
> specific mmDirectories
> list for the current SELECT statement (out of two SELECTs in our test case
> from
> the dp_counter_mm.q) from the IOW union all query.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)