[jira] [Updated] (HIVE-11333) ColumnPruner prunes columns of UnionOperator that should be kept

2015-11-12 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-11333:

Target Version/s: 1.3.0

> ColumnPruner prunes columns of UnionOperator that should be kept
> 
>
> Key: HIVE-11333
> URL: https://issues.apache.org/jira/browse/HIVE-11333
> Project: Hive
>  Issue Type: Bug
>  Components: CBO
>Reporter: Pengcheng Xiong
>Assignee: Pengcheng Xiong
> Fix For: 2.0.0
>
> Attachments: HIVE-11333.01.patch, HIVE-11333.02.patch
>
>
> unionOperator will have the schema following the operator in the first 
> branch. Because ColumnPruner prunes columns based on the internal name, the 
> column in other branches may be pruned due to a different internal name from 
> the first branch. To repro, run rcfile_union.q with return path turned on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-11333) ColumnPruner prunes columns of UnionOperator that should be kept

2015-11-11 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-11333:


Should this issue be backported to branch-1? It looks like a bug.

> ColumnPruner prunes columns of UnionOperator that should be kept
> 
>
> Key: HIVE-11333
> URL: https://issues.apache.org/jira/browse/HIVE-11333
> Project: Hive
>  Issue Type: Bug
>  Components: CBO
>Reporter: Pengcheng Xiong
>Assignee: Pengcheng Xiong
> Fix For: 2.0.0
>
> Attachments: HIVE-11333.01.patch, HIVE-11333.02.patch
>
>
> unionOperator will have the schema following the operator in the first 
> branch. Because ColumnPruner prunes columns based on the internal name, the 
> column in other branches may be pruned due to a different internal name from 
> the first branch. To repro, run rcfile_union.q with return path turned on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-11333) ColumnPruner prunes columns of UnionOperator that should be kept

2015-07-23 Thread Jesus Camacho Rodriguez (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesus Camacho Rodriguez updated HIVE-11333:
---
Summary: ColumnPruner prunes columns of UnionOperator that should be kept  
(was: CBO: Calcite Operator To Hive Operator (Calcite Return Path): 
ColumnPruner prunes columns of UnionOperator that should be kept)

 ColumnPruner prunes columns of UnionOperator that should be kept
 

 Key: HIVE-11333
 URL: https://issues.apache.org/jira/browse/HIVE-11333
 Project: Hive
  Issue Type: Bug
  Components: CBO
Reporter: Pengcheng Xiong
Assignee: Pengcheng Xiong
 Attachments: HIVE-11333.01.patch, HIVE-11333.02.patch


 unionOperator will have the schema following the operator in the first 
 branch. Because ColumnPruner prunes columns based on the internal name, the 
 column in other branches may be pruned due to a different internal name from 
 the first branch. To repro, run rcfile_union.q with return path turned on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)