walterddr opened a new issue, #10782: URL: https://github.com/apache/pinot/issues/10782
several issues with handling null in group-by, (typical scenario: group-by is applied after left-join) the problems are: 1. when the nullable column is in the group-key. the group-set aggregation causes the results (or error) to not populated through. 2. when the nullable column is in the agg function. it simply throws NPE the problem might also happen to other operators that doesn't handle null arguments -- 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.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