walterddr commented on issue #9531: URL: https://github.com/apache/pinot/issues/9531#issuecomment-1278282241
yeah also V2 is expecting the postgres behavior. because the same behavior occurs no matter the query is executed at top level or sub-query level. that's why I mentioned ``` SELECT * FROM tbl WHERE count > (SELECT count(*) FROM tbl); ``` as an example of why count(*) when no row on `tbl` should return 1 row of `0` instead of 0 row -- 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]
