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

Michael Armbrust resolved SPARK-5320.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0
                   1.3.1

Issue resolved by pull request 5105
[https://github.com/apache/spark/pull/5105]

> Joins on simple table created using select gives error
> ------------------------------------------------------
>
>                 Key: SPARK-5320
>                 URL: https://issues.apache.org/jira/browse/SPARK-5320
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.1.1
>            Reporter: Kuldeep
>             Fix For: 1.3.1, 1.4.0
>
>
> Register "select 0 as a, 1 as b" as table zeroone
> Register "select 0 as x, 1 as y" as table zeroone2
> The following sql 
> "select * from zeroone ta join zeroone2 tb on ta.a = tb.x"
> gives error 
> java.lang.UnsupportedOperationException: LeafNode NoRelation$ must implement 
> statistics.



--
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

Reply via email to