This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from 06b1894  Site: News item for release 1.19.0
     new 79f4324  [CALCITE-2942] Materialized view rewriting logic instantiates 
RelMetadataQuery each time the rule is triggered
     new ecc100e  [CALCITE-2943] Materialized view rewriting logic calls 
getApplicableMaterializations each time the rule is triggered
     new 2fa7fd7  [CALCITE-2946] RelBuilder wrongly skips creation of Aggregate 
that prunes columns if input produces one row at most
     new 406129b  [CALCITE-2951] Support decorrelate subquery that has 
aggregate with grouping sets (Haisheng Yuan)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/calcite/plan/RelOptUtil.java   |   2 +-
 .../calcite/plan/volcano/VolcanoPlanner.java       |   2 +-
 .../rel/rules/AbstractMaterializedViewRule.java    | 585 +++++++++++----------
 .../apache/calcite/sql2rel/RelDecorrelator.java    |  16 +-
 .../java/org/apache/calcite/tools/RelBuilder.java  |   2 +-
 .../org/apache/calcite/test/RelBuilderTest.java    |  19 +
 .../apache/calcite/test/SqlToRelConverterTest.java |  13 +
 .../apache/calcite/test/SqlToRelConverterTest.xml  |  25 +
 8 files changed, 366 insertions(+), 298 deletions(-)

Reply via email to