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

Yin Huai updated SPARK-6248:
----------------------------
    Description: 
We need to implement statistics for LocalRelation. Otherwise, we cannot join a 
LocalRelation with other tables. The following exception will be thrown.

{code}
java.lang.UnsupportedOperationException: LeafNode LocalRelation must implement 
statistics.
{code}


  was:
We need to implement statistics for LocalRelation. Otherwise, we cannot join a 
LocalRelation with other tables. The following exception will be thrown.

{code}
java.lang.UnsupportedOperationException: LeafNode LocalRelation must implement 
statistics.
{code]


> LocalRelation needs to implement statistics
> -------------------------------------------
>
>                 Key: SPARK-6248
>                 URL: https://issues.apache.org/jira/browse/SPARK-6248
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Yin Huai
>
> We need to implement statistics for LocalRelation. Otherwise, we cannot join 
> a LocalRelation with other tables. The following exception will be thrown.
> {code}
> java.lang.UnsupportedOperationException: LeafNode LocalRelation must 
> implement statistics.
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to