shenyu0127 commented on PR #11653: URL: https://github.com/apache/pinot/pull/11653#issuecomment-1732155459
The https://github.com/apache/pinot/issues/11548 is not asking for changes in this PR but asking for making `ScalarTransformFunctionWrapper::getNullBitmap` return correct results. This means for the query `SELECT CASE WHEN col IS NULL THEN 1 ELSE 2 END`, if the col is NULL, it should return 1. Currently it would incorrectly return NULL. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org