vlsi commented on issue #691: [CALCITE-500] Fix EnumerableJoin to build the left side and probe the right URL: https://github.com/apache/calcite/pull/691#issuecomment-570346846 Executor implementation has to be consistent with the planner. For instance, the planner assumes the join would retain left input collation, so we can't use left input for lookup. That is why I decline this PR in favour of adjusting the cost so it prefers smaller inputs on the right input. See https://github.com/apache/calcite/pull/1712
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
