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

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


 discard 5f3b287  Site: Change timezone offsets for posts to UTC (+0)
 discard 279e248  [CALCITE-3129] Add Jenkinsfile for automated site build
     add 72c52f4  [CALCITE-2995] Implement DAYNAME,MONTHNAME functions; add 
"locale" connection property (xuqianjin)
     add fe2b59b  Fix complitation warnings after mongo java driver upgrade
     add 954f27c  [CALCITE-3188] IndexOutOfBoundsException in 
ProjectFilterTransposeRule when executing SELECT COUNT(*)
     add e5e5809  [CALCITE-3165] Project#accept(RexShuttle shuttle) does not 
update rowType
     add 0732283  [CALCITE-3189] Multiple fixes for Oracle SQL dialect
     new f05225e  [CALCITE-3129] Add Jenkinsfile for automated site build
     new 49bea8a  Site: Change timezone offsets for posts to UTC (+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   (5f3b287)
            \
             N -- N -- N   refs/heads/test-site (49bea8a)

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 2 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:
 .../main/java/org/apache/calcite/DataContext.java  |   7 +
 .../calcite/adapter/enumerable/RexImpTable.java    |  82 +++++++--
 .../calcite/config/CalciteConnectionConfig.java    |   2 +
 .../config/CalciteConnectionConfigImpl.java        |   5 +
 .../calcite/config/CalciteConnectionProperty.java  |   7 +
 .../apache/calcite/jdbc/CalciteConnectionImpl.java |  12 +-
 .../main/java/org/apache/calcite/rel/RelNode.java  |   3 +-
 .../java/org/apache/calcite/rel/core/Project.java  |   6 +
 .../calcite/rel/externalize/RelJsonReader.java     |   1 -
 .../rel/rules/ProjectFilterTransposeRule.java      |   5 +-
 .../org/apache/calcite/runtime/SqlFunctions.java   |  99 +++++++++-
 .../java/org/apache/calcite/sql/SqlDialect.java    |   5 +
 .../apache/calcite/sql/SqlJdbcFunctionCall.java    |   2 +
 .../calcite/sql/dialect/OracleSqlDialect.java      |  78 +++++++-
 .../calcite/sql/fun/SqlLibraryOperators.java       |  16 ++
 .../org/apache/calcite/util/BuiltInMethod.java     |  10 +
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java | 117 +++++++++++-
 .../calcite/sql/test/SqlOperatorBaseTest.java      | 150 +++++++--------
 .../java/org/apache/calcite/test/CalciteSuite.java |   1 +
 .../java/org/apache/calcite/test/JdbcTest.java     | 201 ++++++++++++++-------
 .../org/apache/calcite/test/RelOptRulesTest.java   |  55 ++++--
 .../org/apache/calcite/test/RexShuttleTest.java    |  76 ++++++++
 .../org/apache/calcite/test/RelOptRulesTest.xml    |  10 +
 .../calcite/adapter/mongodb/MongoSchema.java       |  10 +-
 .../adapter/mongodb/MongoSchemaFactory.java        |  19 +-
 .../calcite/adapter/mongodb/MongoAdapterTest.java  |   4 +-
 site/_docs/reference.md                            |   6 +-
 27 files changed, 781 insertions(+), 208 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/calcite/test/RexShuttleTest.java

Reply via email to