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

sereda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new e80ec97  Site: [CALCITE-2734] Update mongo documentation to reflect 
filename changes
e80ec97 is described below

commit e80ec9750a0963345444b5614f4cfc5fd4c0da75
Author: Andrei Sereda <25229979+asereda...@users.noreply.github.com>
AuthorDate: Fri Jan 25 15:28:22 2019 -0500

    Site: [CALCITE-2734] Update mongo documentation to reflect filename changes
    
    After mongo adapter refactoring some files were renamed (eg. 
`mongo-zips-model.json`
    -> `mongo-models.json` in `test/resources`).
---
 site/_docs/howto.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index fa07d37..1f35cee 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -307,13 +307,13 @@ bye
 {% endhighlight %}
 
 Connect using the
-[mongo-zips-model.json]({{ site.sourceRoot 
}}/mongodb/src/test/resources/mongo-zips-model.json)
+[mongo-model.json]({{ site.sourceRoot 
}}/mongodb/src/test/resources/mongo-model.json)
 Calcite model:
 
 {% highlight bash %}
 $ ./sqlline
-sqlline> !connect 
jdbc:calcite:model=mongodb/target/test-classes/mongo-zips-model.json admin admin
-Connecting to 
jdbc:calcite:model=mongodb/target/test-classes/mongo-zips-model.json
+sqlline> !connect 
jdbc:calcite:model=mongodb/target/test-classes/mongo-model.json admin admin
+Connecting to jdbc:calcite:model=mongodb/target/test-classes/mongo-model.json
 Connected to: Calcite (version 1.x.x)
 Driver: Calcite JDBC Driver (version 1.x.x)
 Autocommit status: true

Reply via email to