Jackie-Jiang commented on issue #4214: Support default BYTES (zero-length byte array) in aggregation function and aggregator URL: https://github.com/apache/incubator-pinot/pull/4214#issuecomment-494596106 @kishoreg I understand that NULL value is per column, but for example: SELECT SUM(A), SUM(B) FROM table, for the same document, column A might have NULL value while column B does not. We cannot apply an extra filter in such case. Can you describe why this will be backward incompatible (forward incompatible maybe as we don't have NULL support yet)?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org