You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/06/10 21:24:22 UTC

calcite git commit: [CALCITE-1285] Fix client URL template in example config file

Repository: calcite
Updated Branches:
  refs/heads/master 6000c9e7c -> 717f59177


[CALCITE-1285] Fix client URL template in example config file


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/717f5917
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/717f5917
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/717f5917

Branch: refs/heads/master
Commit: 717f591779ef457ad0088d1b23c9adcee6bc42d8
Parents: 6000c9e
Author: Josh Elser <el...@apache.org>
Authored: Fri Jun 10 17:24:00 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jun 10 17:24:00 2016 -0400

----------------------------------------------------------------------
 avatica/tck/src/main/resources/example_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/717f5917/avatica/tck/src/main/resources/example_config.yml
----------------------------------------------------------------------
diff --git a/avatica/tck/src/main/resources/example_config.yml b/avatica/tck/src/main/resources/example_config.yml
index b6b255e..a6a352b 100644
--- a/avatica/tck/src/main/resources/example_config.yml
+++ b/avatica/tck/src/main/resources/example_config.yml
@@ -17,7 +17,7 @@
 tck_jar: /home/user/avatica-tck-1.8.0-SNAPSHOT-shaded.jar
 
 # Global template, can be overriden in each version. <url> is automatically replaced by the framework
-client_url_template: jdbc:avatica:remote;url=<url>;serialization=PROTOBUF
+client_url_template: jdbc:avatica:remote:url=<url>;serialization=PROTOBUF
 
 # Specifies all versions to be tested against one another
 versions: