I am using Apache Drill JDBC storage plugin. When I use 'where 1=0' clause I got NullPointerException.
0: jdbc:drill:schema=dfs> select * from mysql.northwind.employees where 1 = 0; Error: SYSTEM ERROR: NullPointerException 0: jdbc:drill:schema=dfs> select * from mysql.northwind.employees where 1 = 1; This works fine. I also posted this request to https://community.mapr.com/message/63087-re-mapr-drill-problem-with-where-10?commentID=63087&et=watches.email.outcome#comment-63087
