[
https://issues.apache.org/jira/browse/HIVE-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277982#comment-14277982
]
Xuefu Zhang commented on HIVE-9372:
-----------------------------------
Patch looks good to me. One minor comment, can we give initial size to the
following list since we know how many elements we will have?
{code}
List<Future<Set<Integer>>> futureList = new ArrayList<Future<Set<Integer>>>();
{code}
> Parallel checking non-combinable paths in CombineHiveInputFormat
> ----------------------------------------------------------------
>
> Key: HIVE-9372
> URL: https://issues.apache.org/jira/browse/HIVE-9372
> Project: Hive
> Issue Type: Improvement
> Reporter: Rui Li
> Assignee: Rui Li
> Attachments: HIVE-9372.1.patch
>
>
> Checking if an input path is combinable is expensive. So we should make it
> parallel.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)