yaooqinn commented on issue #24947: [SPARK-28143][SQL]IN expression missing 
attribute should throw analysis exception
URL: https://github.com/apache/spark/pull/24947#issuecomment-505256712
 
 
   @cloud-fan spark.sql.parser.ansi.enabled=true  works fine
   ```
   spark-sql> select 1 where not in ('2019-06-21');
   Error in query:
   no viable alternative at input 'in'(line 1, pos 19)
   
   == SQL ==
   select 1 where not in ('2019-06-21')
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to