[
https://issues.apache.org/jira/browse/SPARK-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Armbrust updated SPARK-5320:
------------------------------------
Assignee: Yuri Saito
> 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: [email protected]
For additional commands, e-mail: [email protected]