jnturton commented on PR #2638: URL: https://github.com/apache/drill/pull/2638#issuecomment-1242077430
``` Apache Drill 2.0.0-SNAPSHOT "Drill must go on." apache drill> select true = 'TrUe'; EXPR$0 true 1 row selected (3.336 seconds) apache drill> select true = 'false'; EXPR$0 false 1 row selected (0.145 seconds) apache drill> select true = 'foo'; Error: SYSTEM ERROR: IllegalArgumentException: Invalid value for boolean: foo ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org