You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2022/03/23 04:29:11 UTC

[calcite-avatica-go] 03/04: [CALCITE-5056] Test against avatica 1.18 - 1.20

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

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git

commit 8492d564628caa145940762051d27c159b7422b3
Author: Francis Chuang <fr...@apache.org>
AuthorDate: Wed Mar 23 15:23:39 2022 +1100

    [CALCITE-5056] Test against avatica 1.18 - 1.20
---
 .github/workflows/tests.yaml | 5 +++--
 docker-compose.yml           | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 534bec6..745e8ea 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -10,12 +10,13 @@ jobs:
           - boostport/hbase-phoenix-all-in-one:1.3-4.13
           - boostport/hbase-phoenix-all-in-one:1.4-4.14
           - boostport/hbase-phoenix-all-in-one:2.0-5.0
-          - f21global/calcite-avatica:1.11.0-hypersql
-          - f21global/calcite-avatica:1.12.0-hypersql
           - apache/calcite-avatica-hypersql:1.13.0
           - apache/calcite-avatica-hypersql:1.14.0
           - apache/calcite-avatica-hypersql:1.15.0
           - apache/calcite-avatica-hypersql:1.17.0
+          - apache/calcite-avatica-hypersql:1.18.0
+          - apache/calcite-avatica-hypersql:1.19.0
+          - apache/calcite-avatica-hypersql:1.20.0
 
     runs-on: ubuntu-latest
 
diff --git a/docker-compose.yml b/docker-compose.yml
index fcd41f0..f787e65 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -19,7 +19,7 @@ services:
     image: boostport/hbase-phoenix-all-in-one:2.0-5.0
 
   hsqldb:
-    image: apache/calcite-avatica-hypersql:1.17.0
+    image: apache/calcite-avatica-hypersql:1.12.0
     command: -u jdbc:hsqldb:mem:public
 
   test: