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

danny0405 pushed a change to branch branch-1.22
in repository https://gitbox.apache.org/repos/asf/calcite.git.


 discard 081e08a  Prepare for next development iteration
 discard f24e1d4  [CALCITE-3808] Release Calcite 1.22.0
    omit a7fd7b6  [CALCITE-3818] Upgrade Avatica version to 1.16.0
     new 4b3e406  [CALCITE-3818] Upgrade Avatica version to 1.16.0
     new 9148ce9  [CALCITE-3822] Source distribution must not contain fonts 
under SIL OFL 1.1 license (category B)
     new eaba5e8  [CALCITE-3830] The ‘approximate’ field should be considered 
when computing the digest of AggregateCall
     new 926478e  [CALCITE-3826] UPDATE assigns wrong type to bind variables
     new e96bf56  Following CALCITE-3769: Add BindableTableScanRule into the 
default ruleset
     new 643f9b5  Stop building zip archives when building using gradle
     new 537b8db  [CALCITE-3808] Release Calcite 1.22.0

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   (081e08a)
            \
             N -- N -- N   refs/heads/branch-1.22 (537b8db)

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 7 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:
 .../adapter/enumerable/EnumerableTableScan.java    | 29 +++++++++++---------
 .../enumerable/EnumerableTableScanRule.java        | 28 +++----------------
 .../org/apache/calcite/interpreter/Bindables.java  |  5 ++++
 .../java/org/apache/calcite/plan/RelOptUtil.java   | 15 +++++++++++
 .../org/apache/calcite/rel/core/AggregateCall.java |  3 +++
 .../calcite/sql/validate/SqlValidatorImpl.java     | 16 ++++++-----
 .../org/apache/calcite/test/RelOptRulesTest.java   | 19 +++++++++++++
 .../apache/calcite/test/SqlToRelConverterTest.java | 16 +++++++++++
 .../java/org/apache/calcite/test/StreamTest.java   |  3 +--
 .../EnumerableRepeatUnionHierarchyTest.java        |  6 -----
 .../test/enumerable/EnumerableRepeatUnionTest.java | 14 ----------
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 31 ++++++++++++++++++++++
 .../apache/calcite/test/SqlToRelConverterTest.xml  |  6 ++---
 .../calcite/adapter/csv/CsvFilterableTable.java    |  1 +
 .../calcite/adapter/csv/CsvScannableTable.java     |  2 ++
 .../adapter/csv/CsvStreamScannableTable.java       | 18 +++----------
 .../org/apache/calcite/adapter/csv/CsvTable.java   | 25 ++++++++++++-----
 .../calcite/adapter/csv/CsvTranslatableTable.java  |  6 ++++-
 .../apache/calcite/adapter/csv/JsonEnumerator.java |  2 +-
 .../calcite/adapter/csv/JsonScannableTable.java    |  2 +-
 .../org/apache/calcite/adapter/csv/JsonTable.java  | 21 +++++++++++----
 .../test/java/org/apache/calcite/test/CsvTest.java |  3 +--
 gradle.properties                                  |  2 +-
 release/build.gradle.kts                           | 20 +++++++++++---
 site/_docs/history.md                              |  4 +++
 25 files changed, 196 insertions(+), 101 deletions(-)

Reply via email to