This is an automated email from the ASF dual-hosted git repository.
jbalint pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new dc56fcc912 [CALCITE-5239] Site: JDBC Adapter's current limitations is
incorrect
dc56fcc912 is described below
commit dc56fcc912261a09021a74f13de35b426f3d0d8b
Author: Benchao Li <[email protected]>
AuthorDate: Wed Aug 17 15:46:36 2022 +0800
[CALCITE-5239] Site: JDBC Adapter's current limitations is incorrect
---
site/_docs/tutorial.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/site/_docs/tutorial.md b/site/_docs/tutorial.md
index bf9f23acb2..01a3ea87dc 100644
--- a/site/_docs/tutorial.md
+++ b/site/_docs/tutorial.md
@@ -573,7 +573,7 @@ public class CsvProjectTableScanRule
return new CsvProjectTableScanRule(this);
}
}
-}
+}
{% endhighlight %}
The default instance of the rule resides in the `CsvRules` holder class:
@@ -665,9 +665,7 @@ set. To load the data set, follow <a
href="https://mondrian.pentaho.com/documentation/installation.php#2_Set_up_test_data">Mondrian's
installation instructions</a>.)
-<b>Current limitations</b>: The JDBC adapter currently only pushes
-down table scan operations; all other processing (filtering, joins,
-aggregations and so forth) occurs within Calcite. Our goal is to push
+The JDBC adapter will push
down as much processing as possible to the source system, translating
syntax, data types and built-in functions as we go. If a Calcite query
is based on tables from a single JDBC database, in principle the whole