You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2019/01/25 21:17:35 UTC

[calcite] branch site updated: Site: [CALCITE-2734] Update mongo documentation to reflect filename changes

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

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


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

commit a96db9117e45ea32a953dc96d2db7e04f66765c6
Author: Andrei Sereda <25...@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