This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new df42fbfd6 Website deployed from
calcite@e05b0473a00a7b7fdb386e3decb4bff42a2161ac
df42fbfd6 is described below
commit df42fbfd66dbc25c08534790792bf18e7912d55b
Author: mihaibudiu <[email protected]>
AuthorDate: Mon Feb 12 21:32:13 2024 +0000
Website deployed from calcite@e05b0473a00a7b7fdb386e3decb4bff42a2161ac
---
docs/howto.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/howto.html b/docs/howto.html
index f8d9ff2cb..97c818c3d 100644
--- a/docs/howto.html
+++ b/docs/howto.html
@@ -476,7 +476,12 @@ existing source root when starting the JVM.</p>
<p>First, download and install Calcite,
and <a href="https://www.mongodb.org/downloads">install MongoDB</a>.</p>
-<p>Note: you can use MongoDB from the integration test virtual machine
above.</p>
+<p>Note:</p>
+<ul>
+ <li>You can use MongoDB from the integration test virtual machine above.</li>
+ <li>The MongoDB adapter is not suited for querying nested documents.</li>
+ <li>The MongoDB adapter currently only supports a very limited set of filter
push downs.</li>
+</ul>
<p>Import MongoDB’s zipcode data set into MongoDB:</p>