Corey J. Nolet created SPARK-5305:
-------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]