[jira] [Assigned] (SPARK-17425) Override sameResult in HiveTableScanExec to make ReusedExchange work in text format table

2016-09-06 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-17425:


Assignee: (was: Apache Spark)

> Override sameResult in HiveTableScanExec to make ReusedExchange work in text 
> format table
> -
>
> Key: SPARK-17425
> URL: https://issues.apache.org/jira/browse/SPARK-17425
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Affects Versions: 2.0.0
>Reporter: Yadong Qi
>
> When I run the below SQL(table src is text format):
> {code:sql}
> SELECT * FROM src t1
> JOIN src t2 ON t1.key = t2.key
> JOIN src t3 ON t1.key = t3.key;
> {code}
> The PhysicalPlan doesn't contain *ReuseExchange*. And I use src_pqt(parquet 
> format) instead of src(text format), PhysicalPlan contain *ReuseExchange* in 
> PhysicalPlan.
> I found the *sameResult* in *FileSourceScanExec* has already overrided, but 
> *HiveTableScanExec* didn't.



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-17425) Override sameResult in HiveTableScanExec to make ReusedExchange work in text format table

2016-09-06 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-17425:


Assignee: Apache Spark

> Override sameResult in HiveTableScanExec to make ReusedExchange work in text 
> format table
> -
>
> Key: SPARK-17425
> URL: https://issues.apache.org/jira/browse/SPARK-17425
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Affects Versions: 2.0.0
>Reporter: Yadong Qi
>Assignee: Apache Spark
>
> When I run the below SQL(table src is text format):
> {code:sql}
> SELECT * FROM src t1
> JOIN src t2 ON t1.key = t2.key
> JOIN src t3 ON t1.key = t3.key;
> {code}
> The PhysicalPlan doesn't contain *ReuseExchange*. And I use src_pqt(parquet 
> format) instead of src(text format), PhysicalPlan contain *ReuseExchange* in 
> PhysicalPlan.
> I found the *sameResult* in *FileSourceScanExec* has already overrided, but 
> *HiveTableScanExec* didn't.



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org