Kuldeep created SPARK-5320:
------------------------------

             Summary: Joins on simple table created using select
                 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


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