You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Santiago M. Mola (JIRA)" <ji...@apache.org> on 2015/05/21 23:18:17 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14555070#comment-14555070 ] 

Santiago M. Mola commented on SPARK-5305:
-----------------------------------------

[~sonixbp] What version were you using? Do you still experience this problem? It does not seem possible with recent versions.

> 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