egalpin opened a new pull request, #11044: URL: https://github.com/apache/pinot/pull/11044
Relates to #11035, https://github.com/apache/pinot/pull/11027, and https://github.com/apache/pinot/pull/10704. The algorithm for processing multiple comparison columns at segment read time evolved such that the need to try to encode exactly which index was non-null for a record is no longer needed. This PR allows for the proper indication of which values are actually null or non-null as compared to Schrödinger's null introduced by [this code](https://github.com/apache/pinot/pull/10704/files#diff-16ee7661b0b915ef4243d66e9915af0f9e3112a402b34853e357f50e75a05ff9R77-R82) trying to encode only one non-null value despite multiple values actually being non-null. cc @KKcorps @Jackie-Jiang -- 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]
