[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/4483e1cc Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/4483e1cc Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/4483e1cc Branch: refs/heads/master Commit: 4483e1cc98491c6760d718d07d255bc1f6f10ebd Parents: f68ae55 Author: Josh Elser <[email protected]> Authored: Fri Jun 10 17:24:00 2016 -0400 Committer: Julian Hyde <[email protected]> Committed: Sun Jun 12 01:06:58 2016 -0700 ---------------------------------------------------------------------- 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/4483e1cc/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:
