[ 
https://issues.apache.org/jira/browse/HIVE-14165?focusedWorklogId=537314&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-537314
 ]

ASF GitHub Bot logged work on HIVE-14165:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Jan/21 09:56
            Start Date: 18/Jan/21 09:56
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #1866:
URL: https://github.com/apache/hive/pull/1866#discussion_r559442547



##########
File path: ql/src/test/queries/clientpositive/exim_04_evolved_parts.q
##########
@@ -15,7 +15,7 @@ alter table exim_employee_n12 clustered by (emp_sex, 
emp_dept) sorted by (emp_id
 alter table exim_employee_n12 add partition (emp_country='in', emp_state='tn');
 
 alter table exim_employee_n12 set fileformat 
-       inputformat  "org.apache.hadoop.hive.ql.io.BucketizedHiveInputFormat" 
+       inputformat  "org.apache.hadoop.hive.ql.io.RCFileInputFormat"

Review comment:
       Why do we need this change?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 537314)
    Time Spent: 20m  (was: 10m)

> Remove Hive file listing during split computation
> -------------------------------------------------
>
>                 Key: HIVE-14165
>                 URL: https://issues.apache.org/jira/browse/HIVE-14165
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: 2.1.0
>            Reporter: Abdullah Yousufi
>            Assignee: Peter Varga
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-14165.02.patch, HIVE-14165.03.patch, 
> HIVE-14165.04.patch, HIVE-14165.05.patch, HIVE-14165.06.patch, 
> HIVE-14165.07.patch, HIVE-14165.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Hive side listing in FetchOperator.java is unnecessary, since Hadoop's 
> FileInputFormat.java will list the files during split computation anyway to 
> determine their size. One way to remove this is to catch the 
> InvalidInputFormat exception thrown by FileInputFormat#getSplits() on the 
> Hive side instead of doing the file listing beforehand.
> For S3 select queries on partitioned tables, this results in a 2x speedup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to