F21 closed pull request #35: [CALCITE-2771] Test against avatica HSQLDB 1.13.0
URL: https://github.com/apache/calcite-avatica-go/pull/35
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.travis.yml b/.travis.yml
index 94198f4..b6e1c8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,7 @@ env:
- AVATICA_FLAVOR=PHOENIX IMAGE=boostport/hbase-phoenix-all-in-one:2.0-5.0
- AVATICA_FLAVOR=HSQLDB IMAGE=f21global/calcite-avatica:1.11.0-hypersql
- AVATICA_FLAVOR=HSQLDB IMAGE=f21global/calcite-avatica:1.12.0-hypersql
+ - AVATICA_FLAVOR=HSQLDB IMAGE=apache/calcite-avatica-hypersql:1.13.0
before_install:
- if [ $TRAVIS_GO_VERSION == "1.10.x" ]; then
diff --git a/docker-compose.yml b/docker-compose.yml
index 147aee1..bb3889b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -27,5 +27,5 @@ services:
phoenix:
image: boostport/hbase-phoenix-all-in-one:2.0-5.0
hsqldb:
- image: f21global/calcite-avatica:1.12.0-hypersql
+ image: apache/calcite-avatica-hypersql:1.13.0
command: -u jdbc:hsqldb:mem:public
\ No newline at end of file
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services