You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/09/15 23:42:46 UTC

[jira] [Resolved] (SPARK-5305) Using a field in a WHERE clause that is not in the schema does not throw an exception.

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

Michael Armbrust resolved SPARK-5305.
-------------------------------------
    Resolution: Cannot Reproduce

Marking as cannot reproduce, please reopen if you can.

> Using a field in a WHERE clause that is not in the schema does not throw an exception.
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-5305
>                 URL: https://issues.apache.org/jira/browse/SPARK-5305
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Corey J. Nolet
>
> Given a schema:
> key1 = String
> key2 = Integer
> The following sql statement doesn't seem to throw an exception:
> SELECT * FROM myTable WHERE doesntExist = 'val1'



--
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