Upgrade to Phoenix 4.9.0.

Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/0fd1395b
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/0fd1395b
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/0fd1395b

Branch: refs/heads/master
Commit: 0fd1395bf87dc2a7269bef9c4b597a3de836ec17
Parents: 8d883c9
Author: Francis Chuang <francis.chu...@boostport.com>
Authored: Fri Nov 25 09:25:45 2016 +1100
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Aug 10 18:47:10 2017 -0700

----------------------------------------------------------------------
 README.md   | 2 +-
 moby.yml    | 4 ++--
 wercker.yml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/0fd1395b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 42d04dc..8d701c5 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ We recommend using `UTC`, which is the default value of 
`location`.
 ## Version compatibility
 | Driver Version  | Phoenix Version | Calcite/Avatica Version |
 | --------------- | -------------   | ----------------------- |
-| 1.x.x           | 4.8.x           | 1.8.0                   |
+| 1.x.x           | >= 4.8.x        | >= 1.8.0                |
 
 ## Development
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/0fd1395b/moby.yml
----------------------------------------------------------------------
diff --git a/moby.yml b/moby.yml
index 962817a..00ace48 100644
--- a/moby.yml
+++ b/moby.yml
@@ -1,11 +1,11 @@
 services:
   - id: phoenix
-    image: boostport/hbase-phoenix-all-in-one:1.2.3-4.8.1
+    image: boostport/hbase-phoenix-all-in-one:1.2.4-4.9.0
     ports:
       - "8765"
 
 dev:
-  image: golang:1.7.1-alpine
+  image: golang:1.7-alpine
   env:
     AVATICA_HOST: http://phoenix:8765
   steps:

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/0fd1395b/wercker.yml
----------------------------------------------------------------------
diff --git a/wercker.yml b/wercker.yml
index 02dc540..77856a2 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -1,11 +1,11 @@
 box:
-  id: golang:1.7.1-alpine
+  id: golang:1.7-alpine
   cmd: /bin/sh
 
 no-response-timeout: 20
 
 services:
-  - boostport/hbase-phoenix-all-in-one:1.2.3-4.8.1
+  - boostport/hbase-phoenix-all-in-one:1.2.4-4.9.0
 
 build:
   steps:

Reply via email to