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/10 06:02:53 UTC

[GitHub] [calcite] danny0405 commented on issue #1310: [CALCITE-3113] Equivalent MutableAggregates with different row types should match with each other.

danny0405 commented on issue #1310: [CALCITE-3113] Equivalent MutableAggregates with different row types should match with each other.
URL: https://github.com/apache/calcite/pull/1310#issuecomment-509921250
 
 
   > What do we do elsewhere (e.g. in RelOptRules)? Do we check whether row-types are the same modulo field names?
   
   My concern is the same, in `RelOptPlanner`, we think 2 rels are equivalent only there rowType and digest are all the same with each other, for row type equals, we mean the field names are also need to be the same, should we sync this rule for MaterializedView ?

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