KKcorps opened a new issue #8276: URL: https://github.com/apache/pinot/issues/8276
The queries like `COUNT(columnA)` should only count rows which have non-null values. e.g. A column `int0` has 17 rows out of which 6 have nulls in pinot COUNT(column) will return 17 but it should ideally return 11. -- 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]
