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/27 07:17:36 UTC

[calcite] branch master updated (eb71946 -> 33157f4)

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.


    from eb71946  [CALCITE-3141] Slow tests are not run in continuous integration
     add 33157f4  [CALCITE-3512] Query fails when comparing Time/TimeStamp types (DonnyZone)

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/EnumUtils.java      | 338 ++++++++++++++++++---
 .../calcite/adapter/enumerable/EnumerableCalc.java |   2 +-
 .../adapter/enumerable/EnumerableMatch.java        |   4 +-
 .../adapter/enumerable/EnumerableMergeJoin.java    |   4 +-
 .../adapter/enumerable/EnumerableWindow.java       |   8 +-
 .../calcite/adapter/enumerable/JavaRowFormat.java  |   6 +-
 .../calcite/adapter/enumerable/PhysTypeImpl.java   |  16 +-
 .../calcite/adapter/enumerable/RexImpTable.java    |  18 +-
 .../adapter/enumerable/RexToLixTranslator.java     | 230 +-------------
 .../adapter/enumerable/StrictAggImplementor.java   |   6 +-
 .../calcite/adapter/java/ReflectiveSchema.java     |   4 +-
 .../org/apache/calcite/rex/RexExecutorImpl.java    |   5 +-
 .../org/apache/calcite/runtime/SqlFunctions.java   |   9 +
 .../java/org/apache/calcite/schema/Schemas.java    |   4 +-
 .../sql/validate/SqlUserDefinedTableMacro.java     |   4 +-
 .../calcite/adapter/enumerable/EnumUtilsTest.java  |  72 +++++
 .../apache/calcite/test/ReflectiveSchemaTest.java  |  35 +++
 17 files changed, 460 insertions(+), 305 deletions(-)
 create mode 100644 core/src/test/java/org/apache/calcite/adapter/enumerable/EnumUtilsTest.java