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

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


    from 90e69d4  [CALCITE-2953] LatticeTest.testTileAlgorithm2 and 
LatticeTest.testTileAlgorithm3 fail intermittently
     new 4fdf241  In RelFieldCollation, add a "withX" copy method for each 
attribute "X", and deprecate "copy"
     new 1f4b619  [CALCITE-2796] JDBC adapter should convert 'GROUP BY 
ROLLUP(x, y)' to 'GROUP BY x, y WITH ROLLUP' for MySQL 5
     new ddbcd39  Suppress deprecation warning, and remove unicode character 
from Java source file
     new 650d24b  Site: Add Alibaba MaxCompute to powered-by page
     new a9687de  [CALCITE-2958] Upgrade SQLLine to 1.7.0

The 5 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:
 .../calcite/adapter/enumerable/PhysType.java       |   6 +-
 .../calcite/adapter/enumerable/PhysTypeImpl.java   |   1 +
 .../java/org/apache/calcite/plan/RelOptUtil.java   |  11 +-
 .../java/org/apache/calcite/rel/RelCollations.java |   4 +-
 .../org/apache/calcite/rel/RelFieldCollation.java  |  29 +++-
 .../org/apache/calcite/rel/core/Aggregate.java     |  70 ++++++--
 .../calcite/rel/metadata/RelMdCollation.java       |   2 +-
 .../calcite/rel/rel2sql/RelToSqlConverter.java     | 135 +++++++++++++--
 .../rel/rules/ProjectWindowTransposeRule.java      |   2 +-
 .../java/org/apache/calcite/rex/RexProgram.java    |   3 +-
 .../main/java/org/apache/calcite/rex/RexUtil.java  |   2 +-
 .../main/java/org/apache/calcite/sql/SqlCall.java  |   5 +-
 .../java/org/apache/calcite/sql/SqlDialect.java    |  39 ++++-
 .../main/java/org/apache/calcite/sql/SqlNode.java  |   3 +-
 .../calcite/sql/dialect/MysqlSqlDialect.java       |  11 ++
 .../apache/calcite/sql/fun/SqlRollupOperator.java  |  18 ++
 .../java/org/apache/calcite/tools/Programs.java    |   6 +
 .../java/org/apache/calcite/tools/RelBuilder.java  |   6 +-
 .../main/java/org/apache/calcite/util/Util.java    |  14 ++
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java | 145 ++++++++++++++++
 .../calcite/sql/test/SqlOperatorBaseTest.java      |   2 +-
 .../calcite/test/InduceGroupingTypeTest.java       |  74 +++++++--
 .../java/org/apache/calcite/util/UtilTest.java     |  34 ++++
 .../calcite/adapter/geode/rel/GeodeRules.java      |  14 +-
 pom.xml                                            |   2 +-
 site/_docs/history.md                              | 184 ++++++++++++---------
 site/_docs/powered_by.md                           |   7 +
 site/img/powered-by.png                            | Bin 101285 -> 104148 bytes
 .../AbstractRelNodeGetRelTypeNameBenchmark.java    |   9 +-
 29 files changed, 674 insertions(+), 164 deletions(-)

Reply via email to