soupam05 opened a new pull request, #16037: URL: https://github.com/apache/pinot/pull/16037
This PR fixes join operator behavior involving null keys for INNER, FULL, and RIGHT ANTI joins: Correctly handles null keys during join matching so that null keys do not match each other. Preserves unmatched rows with null keys on both sides in FULL join scenarios. Ensures RIGHT ANTI join excludes rows with matching non-null keys but retains unmatched right rows including those with null keys. Fixes incorrect join results caused by improper null key handling. These improvements enhance the correctness and reliability of join operations involving null values. Type of change bugfix -- 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