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 2019/12/06 01:05:31 UTC

[GitHub] [calcite] 11moon11 opened a new pull request #1637: [CALCITE-3571] Disable RelBuilder#shouldMergeProject by default due to an exception

11moon11 opened a new pull request #1637: [CALCITE-3571] Disable RelBuilder#shouldMergeProject by default due to an exception
URL: https://github.com/apache/calcite/pull/1637
 
 
   RelBuilder#shouldMergeProject should be false by default, due to causing an exception when JOINs with complex conditions are involved.
   By complex condition I mean when joining on fields indirectly, ex: `ON (cast(query.empno as Integer) = cast(emp.empno as Integer))`.
   
   CC: @julianhyde 
   

----------------------------------------------------------------
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