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/07/09 04:30:33 UTC

[GitHub] [calcite] jh3507 opened a new pull request #1309: [CALCITE-3183] Trimming method for Filter rel uses wrong traitSet

jh3507 opened a new pull request #1309: [CALCITE-3183] Trimming method for Filter rel uses wrong traitSet
URL: https://github.com/apache/calcite/pull/1309
 
 
   New filter created after trimming uses its old trait set,
   which could cause problem if there has been any update on collation
   
   - Add a filter factory method that includes correlating variables
   - Use builder when creating a new filter in trimmer
   - Add a test case
   
   Change-Id: I68448bdf39ab4bcdda7d1dc1209e1d49e2e78a06

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