You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/07/24 08:33:05 UTC

[jira] [Updated] (SPARK-9292) Analysis should check that join conditions' data types are booleans

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

Reynold Xin updated SPARK-9292:
-------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: SPARK-8947

> Analysis should check that join conditions' data types are booleans
> -------------------------------------------------------------------
>
>                 Key: SPARK-9292
>                 URL: https://issues.apache.org/jira/browse/SPARK-9292
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>
> The following data frame query should fail analysis but instead fails at runtime:
> {code}
>     val df = Seq((1, 1)).toDF("a", "b")
>     df.join(df, df.col("a"))
> {code}
> This should fail with an AnalysisException because the column "A" is not a boolean and thus cannot be used as a join condition.
> This can be fixed by adding a new analysis rule which checks that the join condition has BooleanType.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org