You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/01/02 21:00:24 UTC

[GitHub] [calcite] vlsi commented on issue #691: [CALCITE-500] Fix EnumerableJoin to build the left side and probe the right

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:
users@infra.apache.org


With regards,
Apache Git Services