Yin Huai created SPARK-6248: ------------------------------- Summary: 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org