[
https://issues.apache.org/jira/browse/HIVE-27115?focusedWorklogId=848785&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848785
]
ASF GitHub Bot logged work on HIVE-27115:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Mar/23 20:59
Start Date: 02/Mar/23 20:59
Worklog Time Spent: 10m
Work Description: yigress commented on PR #4093:
URL: https://github.com/apache/hive/pull/4093#issuecomment-1452535490
@rbalamohan can you help review this?
Issue Time Tracking
-------------------
Worklog Id: (was: 848785)
Time Spent: 0.5h (was: 20m)
> HiveInputFormat column project push down wrong fields (MR)
> ----------------------------------------------------------
>
> Key: HIVE-27115
> URL: https://issues.apache.org/jira/browse/HIVE-27115
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 3.1.3, 4.0.0-alpha-2
> Reporter: Yi Zhang
> Assignee: Yi Zhang
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> For query such as
> select * from (
> select r_name from r
> union all
> select t_name from t
> ) unioned
>
> in MR execution, when column project push down for splits, t_name gets pushed
> down to table r.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)