mayankshriv opened a new issue #7690: URL: https://github.com/apache/pinot/issues/7690
While Pinot does support storing NULLs natively, users are still expected to filter them out in the `where clause` when querying. It would be great to have the support for following: - Filter out nulls using `CASE WHEN`, for example `sum(case when description is null then 1 else 0 end)` -- 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