Repository: phoenix Updated Branches: refs/heads/calcite dcf359b21 -> 9f1eb6ef3
Fix Avatica version; Temporary fix for compilation error Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9f1eb6ef Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9f1eb6ef Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9f1eb6ef Branch: refs/heads/calcite Commit: 9f1eb6ef38f118f134a609e6d5d908814e0a217f Parents: dcf359b Author: maryannxue <[email protected]> Authored: Thu Nov 3 13:53:43 2016 -0700 Committer: maryannxue <[email protected]> Committed: Thu Nov 3 13:53:43 2016 -0700 ---------------------------------------------------------------------- .../java/org/apache/phoenix/calcite/PhoenixSqlParserTest.java | 5 ----- pom.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/9f1eb6ef/phoenix-core/src/test/java/org/apache/phoenix/calcite/PhoenixSqlParserTest.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/test/java/org/apache/phoenix/calcite/PhoenixSqlParserTest.java b/phoenix-core/src/test/java/org/apache/phoenix/calcite/PhoenixSqlParserTest.java index 34b3fd9..6c234bc 100644 --- a/phoenix-core/src/test/java/org/apache/phoenix/calcite/PhoenixSqlParserTest.java +++ b/phoenix-core/src/test/java/org/apache/phoenix/calcite/PhoenixSqlParserTest.java @@ -53,11 +53,6 @@ public class PhoenixSqlParserTest extends SqlParserTest { } @Override - protected SqlNode parseStmt(String sql) throws SqlParseException { - return getSqlParser(sql).parseStmt(); - } - - @Override public void testBackTickQuery() { // Noop } http://git-wip-us.apache.org/repos/asf/phoenix/blob/9f1eb6ef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aafd05e..8f531be 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ <!-- Do not change jodatime.version until HBASE-15199 is fixed --> <jodatime.version>1.6</jodatime.version> <joni.version>2.1.2</joni.version> - <avatica.version>1.8.0</avatica.version> + <avatica.version>1.9.0</avatica.version> <calcite.version>1.11.0-SNAPSHOT</calcite.version> <jettyVersion>8.1.7.v20120910</jettyVersion> <tephra.version>0.9.0-incubating</tephra.version>
