This is an automated email from the ASF dual-hosted git repository.
F21 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
The following commit(s) were added to refs/heads/main by this push:
new 6a17440 [CALCITE-7572] Test against Avatica 1.26, 1.27 and 1.28
6a17440 is described below
commit 6a1744019249a276f1fe42c46b8be0c0842af3a7
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Jun 1 09:54:43 2026 +1000
[CALCITE-7572] Test against Avatica 1.26, 1.27 and 1.28
---
.github/workflows/tests.yaml | 5 ++---
docker-compose.yml | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 677bee6..2a2f40b 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -30,10 +30,9 @@ jobs:
- [phoenix, 1.3-4.13]
- [phoenix, 1.4-4.14]
- [phoenix, 2.0-5.0]
- - [hsqldb, 1.23.0]
- - [hsqldb, 1.24.0]
- - [hsqldb, 1.25.0]
- [hsqldb, 1.26.0]
+ - [hsqldb, 1.27.0]
+ - [hsqldb, 1.28.0]
runs-on: ubuntu-latest
diff --git a/docker-compose.yml b/docker-compose.yml
index 53b3b95..9df7ed5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,7 +18,7 @@ services:
image:
ghcr.io/boostport/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}
hsqldb:
- image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.26.0}
+ image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.28.0}
command: -u jdbc:hsqldb:mem:public
test: