Jackie-Jiang opened a new pull request, #10565: URL: https://github.com/apache/pinot/pull/10565
Add `LOCAL_JOIN` operator as a project operator, which can be chained with `TransformOperator`, and consumed by the top level select/distinct/aggregate/group-by operator. Currently it can support equality JOIN with an in-memory right table (either passed by query option or set as the shared object in the `QueryContext`. See `LocalJoinQueriesTest` for query examples. -- 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]
