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

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


 discard 80f411d  [CALCITE-3539] EnumerableDefaults#nestedLoopJoin returns 
duplicates for JoinType.SEMI
 discard 67e9367  [CALCITE-3521] CalciteSystemProperty failed to load config 
file
 discard 82311f5  [CALCITE-3512] Query fails when comparing Time/TimeStamp 
types (DonnyZone)
 discard 64ec5c5  [CALCITE-3141] Slow tests are not run in continuous 
integration
 discard 5a5899f  [CALCITE-3140] Multiple failures when executing slow tests
     add 07c1efb  [CALCITE-3534] Support parse(unparse) alien system 
non-standard data type
     add 6ad3f9a  [CALCITE-3140] Multiple failures when executing slow tests
     add eb71946  [CALCITE-3141] Slow tests are not run in continuous 
integration
     add 33157f4  [CALCITE-3512] Query fails when comparing Time/TimeStamp 
types (DonnyZone)
     add a2ad383  [CALCITE-3521] CalciteSystemProperty failed to load config 
file
     add ca27fe9  [CALCITE-3539] EnumerableDefaults#nestedLoopJoin returns 
duplicates for JoinType.SEMI

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   (80f411d)
            \
             N -- N -- N   refs/heads/master (ca27fe9)

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.

No new revisions were added by this update.

Summary of changes:
 .../calcite/sql/SqlAlienSystemTypeNameSpec.java    | 93 ++++++++++++++++++++++
 .../org/apache/calcite/sql/SqlDataTypeSpec.java    | 85 +++++++++-----------
 .../calcite/sql/SqlUserDefinedTypeNameSpec.java    | 13 +--
 .../calcite/sql/dialect/BigQuerySqlDialect.java    | 37 ++++-----
 .../apache/calcite/sql/dialect/HiveSqlDialect.java |  7 +-
 .../calcite/sql/dialect/MysqlSqlDialect.java       |  7 +-
 .../calcite/sql/dialect/OracleSqlDialect.java      | 12 +--
 .../calcite/sql/dialect/PostgresqlSqlDialect.java  |  8 +-
 8 files changed, 168 insertions(+), 94 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/calcite/sql/SqlAlienSystemTypeNameSpec.java

Reply via email to