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

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


    omit a9687de  [CALCITE-2958] Upgrade SQLLine to 1.7.0
    omit 650d24b  Site: Add Alibaba MaxCompute to powered-by page
    omit ddbcd39  Suppress deprecation warning, and remove unicode character 
from Java source file
    omit 1f4b619  [CALCITE-2796] JDBC adapter should convert 'GROUP BY 
ROLLUP(x, y)' to 'GROUP BY x, y WITH ROLLUP' for MySQL 5
    omit 4fdf241  In RelFieldCollation, add a "withX" copy method for each 
attribute "X", and deprecate "copy"
    omit 90e69d4  [CALCITE-2953] LatticeTest.testTileAlgorithm2 and 
LatticeTest.testTileAlgorithm3 fail intermittently
    omit 11c067f  Site: Add new committers (Haisheng Yuan, Hongze Zhang and 
Stamatis Zampetakis)
    omit 35ab6c7  [CALCITE-2952] Add JDK 12 as tested to 1.19.0 history
    omit 1b43072  [CALCITE-574] Remove 
org.apache.calcite.util.Bug.CALCITE_461_FIXED
    omit 81143c8  [CALCITE-589] Extend unifyAggregates method to work with 
Grouping Sets
    omit 25ffeb4  [CALCITE-2908] Implement SQL LAST_DAY function (Chunwei Lei)
     new a5530e5  [CALCITE-2952] Add JDK 12 as tested to 1.19.0 history
     new 8197225  Site: Add new committers (Haisheng Yuan, Hongze Zhang and 
Stamatis Zampetakis)
     new 1939f9c  Suppress deprecation warning, and remove unicode character 
from Java source file
     new 42dce09  Site: Add Alibaba MaxCompute to powered-by page

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a9687de)
            \
             N -- N -- N   refs/heads/site (42dce09)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../calcite/adapter/enumerable/RexImpTable.java    |   3 -
 .../java/org/apache/calcite/plan/RelOptUtil.java   |  11 +-
 .../apache/calcite/plan/SubstitutionVisitor.java   |  29 ++---
 .../java/org/apache/calcite/rel/RelCollations.java |   4 +-
 .../org/apache/calcite/rel/RelFieldCollation.java  |  29 +----
 .../org/apache/calcite/rel/core/Aggregate.java     |  74 ++---------
 .../calcite/rel/metadata/RelMdCollation.java       |   2 +-
 .../calcite/rel/mutable/MutableAggregate.java      |   3 +-
 .../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 +-
 .../org/apache/calcite/runtime/SqlFunctions.java   |  27 ----
 .../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 ---
 .../calcite/sql/fun/SqlStdOperatorTable.java       |   9 --
 .../org/apache/calcite/sql/type/ReturnTypes.java   |   8 --
 .../java/org/apache/calcite/tools/Programs.java    |   6 -
 .../java/org/apache/calcite/tools/RelBuilder.java  |   6 +-
 .../src/main/java/org/apache/calcite/util/Bug.java |   9 ++
 .../org/apache/calcite/util/BuiltInMethod.java     |   1 -
 .../main/java/org/apache/calcite/util/Util.java    |  14 --
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java | 145 ---------------------
 .../calcite/sql/test/SqlOperatorBaseTest.java      |  77 -----------
 .../calcite/test/InduceGroupingTypeTest.java       |  74 ++---------
 .../java/org/apache/calcite/test/LatticeTest.java  |  33 +----
 .../apache/calcite/test/MaterializationTest.java   |  35 +----
 .../java/org/apache/calcite/util/UtilTest.java     |  34 -----
 core/src/test/resources/sql/misc.iq                |  21 ---
 .../calcite/adapter/geode/rel/GeodeRules.java      |  14 +-
 pom.xml                                            |   2 +-
 site/_docs/reference.md                            |   1 -
 35 files changed, 110 insertions(+), 779 deletions(-)

Reply via email to