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

dmsysolyatin pushed a change to branch CALCITE-5160-v3
in repository https://gitbox.apache.org/repos/asf/calcite.git


 discard 32ee6dc6dd [CALCITE-5160] ANY, SOME operators should support scalar 
arrays
     add 4e19520962 [CALCITE-5545] Allow for overriding SqlValidator to enable 
custom SqlNode validation
     add ee9b80b0b6 [CALCITE-5555] Remove obsolete instructions for processing 
requests for new JIRA accounts
     new 534fb8a0d4 [CALCITE-5160] ANY/SOME, ALL operators should support 
collection expressions

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   (32ee6dc6dd)
            \
             N -- N -- N   refs/heads/CALCITE-5160-v3 (534fb8a0d4)

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 1 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    | 539 ++++++++-------------
 .../apache/calcite/jdbc/CalciteConnectionImpl.java |   8 +-
 .../org/apache/calcite/jdbc/CalciteStatement.java  |   2 +-
 .../main/java/org/apache/calcite/jdbc/Driver.java  |  54 ++-
 .../apache/calcite/prepare/CalcitePrepareImpl.java |  64 ++-
 .../calcite/prepare/CalciteSqlValidator.java       |   7 +-
 .../org/apache/calcite/runtime/SqlFunctions.java   | 510 +++++++++++--------
 .../calcite/sql/fun/SqlQuantifyOperator.java       |  45 +-
 .../calcite/sql/fun/SqlStdOperatorTable.java       | 267 +++++-----
 .../apache/calcite/sql2rel/SqlToRelConverter.java  | 385 +++++++--------
 .../calcite/sql2rel/StandardConvertletTable.java   |  81 ++--
 .../org/apache/calcite/util/BuiltInMethod.java     |   8 +-
 .../java/org/apache/calcite/test/JdbcTest.java     | 137 ++++--
 site/_docs/howto.md                                |  45 +-
 site/_docs/reference.md                            |   8 +-
 .../org/apache/calcite/test/RelOptFixture.java     |   2 +-
 .../org/apache/calcite/test/SqlOperatorTest.java   | 370 ++++++++------
 .../apache/calcite/test/SqlValidatorFixture.java   |   8 +-
 18 files changed, 1320 insertions(+), 1220 deletions(-)

Reply via email to