[ 
https://issues.apache.org/jira/browse/SPARK-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375748#comment-14375748
 ] 

Yuri Saito commented on SPARK-5320:
-----------------------------------

Thank you very much!
I'm very grad!

> 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
>            Assignee: Yuri Saito
>             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