You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by da...@apache.org on 2019/11/30 07:36:08 UTC

[calcite] branch master updated (ca27fe9 -> 80f411d)

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.


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

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, 94 insertions(+), 168 deletions(-)
 delete mode 100644 core/src/main/java/org/apache/calcite/sql/SqlAlienSystemTypeNameSpec.java