You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2020/02/13 03:23:46 UTC

[calcite] branch master updated (555da95 -> 9b2a559)

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

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


    from 555da95  [CALCITE-3774] In RelBuilder and ProjectMergeRule, prevent merges when it would increase expression complexity
     add 9b2a559  [CALCITE-2442] Remove .toDelete cassandra temp folder on Windows after tests

No new revisions were added by this update.

Summary of changes:
 cassandra/gradle.properties                        |   2 -
 .../calcite/test/AbstractCassandraAdapterTest.java | 110 ----------
 .../test/CassandraAdapterDataTypesTest.java        |  29 +--
 .../apache/calcite/test/CassandraAdapterTest.java  |  24 ++-
 .../apache/calcite/test/CassandraExtension.java    | 221 +++++++++++++++++++++
 cassandra/src/test/resources/logback-test.xml      |   3 +
 6 files changed, 255 insertions(+), 134 deletions(-)
 delete mode 100644 cassandra/src/test/java/org/apache/calcite/test/AbstractCassandraAdapterTest.java
 create mode 100644 cassandra/src/test/java/org/apache/calcite/test/CassandraExtension.java