You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/03/25 13:59:19 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6398: Returns uniform SQL dialect in calcite for the PQS

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c3a10c  PHOENIX-6398: Returns uniform SQL dialect in calcite for the PQS
7c3a10c is described below

commit 7c3a10c54eaa5e3c7a258ebd83766acce3bae866
Author: luocooong <lu...@apache.org>
AuthorDate: Sun Mar 7 17:46:12 2021 +0800

    PHOENIX-6398: Returns uniform SQL dialect in calcite for the PQS
---
 .../src/main/java/org/apache/phoenix/queryserver/client/Driver.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-queryserver-client/src/main/java/org/apache/phoenix/queryserver/client/Driver.java b/phoenix-queryserver-client/src/main/java/org/apache/phoenix/queryserver/client/Driver.java
index 5c8f119..3e01846 100644
--- a/phoenix-queryserver-client/src/main/java/org/apache/phoenix/queryserver/client/Driver.java
+++ b/phoenix-queryserver-client/src/main/java/org/apache/phoenix/queryserver/client/Driver.java
@@ -38,7 +38,7 @@ public class Driver extends org.apache.calcite.avatica.remote.Driver {
         "org-apache-phoenix-remote-jdbc.properties",
         "Phoenix Remote JDBC Driver",
         "unknown version",
-        "Apache Phoenix",
+        "Phoenix",
         "unknown version");
   }