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/06/03 13:19:12 UTC

[GitHub] [calcite] DonnyZone opened a new pull request #1252: [CALCITE-3087] AggregateOnProjectToAggregateUnifyRule cannot ignore Project when its Mapping breaks ordering

DonnyZone opened a new pull request #1252: [CALCITE-3087] AggregateOnProjectToAggregateUnifyRule cannot ignore Project when its Mapping breaks ordering
URL: https://github.com/apache/calcite/pull/1252
 
 
   As described in [CALCITE-3087](https://issues.apache.org/jira/browse/CALCITE-3087), AggregateOnProjectToAggregateUnifyRule cannot ignore Project when its Mapping breaks ordering.
   This PR: (1) adds validation in MutableAggreagte, as that in Aggregate, (2) adds a Project after UnifyAggregate to recover the field order and ensure the result's rowtype when the mapping breaks ordering.

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