walterddr opened a new pull request, #9448: URL: https://github.com/apache/pinot/pull/9448
support inequality join with nested loop. this is not the most efficient way to join as when there's no equality join key we should not use hash join anyway TODO - implement other join algorithms - use non-shuffle left side when possible (assume left is always the larger table) -- 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]
