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

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


    from 07c1efb  [CALCITE-3534] Support parse(unparse) alien system 
non-standard data type
     new 6ad3f9a  [CALCITE-3140] Multiple failures when executing slow tests
     new eb71946  [CALCITE-3141] Slow tests are not run in continuous 
integration

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:
 .github/workflows/main.yml                         |  44 ++++-
 .travis.yml                                        |   7 +-
 build.gradle.kts                                   |  15 +-
 .../calcite/config/CalciteSystemProperty.java      |   6 -
 .../src/main/java/org/apache/calcite/util/Bug.java |  13 ++
 .../apache/calcite/util/trace/CalciteTrace.java    |   8 +
 .../calcite/materialize/LatticeSuggesterTest.java  |   7 +-
 .../org/apache/calcite/profile/ProfilerTest.java   |  13 +-
 .../calcite/sql/test/SqlOperatorBaseTest.java      | 186 +++++++++++++++------
 .../java/org/apache/calcite/test/FoodmartTest.java |  97 ++++-------
 .../java/org/apache/calcite/test/LatticeTest.java  |  12 +-
 .../apache/calcite/test/MaterializationTest.java   |  34 ++--
 .../org/apache/calcite/test/RelMetadataTest.java   |  33 ++--
 .../org/apache/calcite/test/RexProgramTest.java    |   3 +-
 .../java/org/apache/calcite/test/SlowTests.java    |  25 ---
 .../java/org/apache/calcite/tools/PlannerTest.java |  56 ++++---
 .../calcite/util/PartiallyOrderedSetTest.java      |  17 +-
 core/src/test/resources/log4j.properties           |   2 +-
 .../apache/calcite/adapter/tpcds/TpcdsTest.java    |  28 ++--
 .../org/apache/calcite/adapter/tpch/TpchTest.java  |  66 +++-----
 site/_docs/howto.md                                |  17 +-
 21 files changed, 390 insertions(+), 299 deletions(-)
 delete mode 100644 core/src/test/java/org/apache/calcite/test/SlowTests.java

Reply via email to