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

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


    from eff56f938c Update broken link in RelMetadataProvider Javadoc
     new 996692e36a [CALCITE-5615] Run SQL Logic Test suite using Calcite's 
HSQLDB JDBC adapter
     new d802314e69 Remove mentions of binary distribution from README

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:
 README                                             |   7 +-
 bom/build.gradle.kts                               |   1 +
 gradle.properties                                  |   1 +
 plus/build.gradle.kts                              |   1 +
 .../java/org/apache/calcite/slt/SqlLogicTests.java | 314 +++++++++++
 .../calcite/slt/executors/CalciteExecutor.java     |  94 ++++
 .../calcite/slt/executors}/package-info.java       |   4 +-
 .../java/org/apache/calcite/slt/package-info.java  | 105 ++++
 plus/src/test/resources/slttestfailures.txt        | 615 +++++++++++++++++++++
 9 files changed, 1136 insertions(+), 6 deletions(-)
 create mode 100644 plus/src/test/java/org/apache/calcite/slt/SqlLogicTests.java
 create mode 100644 
plus/src/test/java/org/apache/calcite/slt/executors/CalciteExecutor.java
 copy {core/src/main/java/org/apache/calcite/rel/type => 
plus/src/test/java/org/apache/calcite/slt/executors}/package-info.java (89%)
 create mode 100644 plus/src/test/java/org/apache/calcite/slt/package-info.java
 create mode 100644 plus/src/test/resources/slttestfailures.txt

Reply via email to