shenyu0127 opened a new pull request, #11449:
URL: https://github.com/apache/pinot/pull/11449

   This fixes NULL related queries in V2.
   
   1. `SELECT col IS NULL FROM mytable`
   2. `SELECT COUNT(col) FROM mytable`
   
   Without this PR, the #1 query will be parsed as `SELECT FALSE FROM mytable` 
and the #2 query will be parsed as `SELECT COUNT(*) FROM mytable`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to