You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2023/03/15 11:40:20 UTC

[calcite] 02/02: Site: Clarify that SQL does not support recursive queries yet

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

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

commit 0d43d61de00771de5ef55c7141e66a33be19c395
Author: Gunnar Morling <gu...@googlemail.com>
AuthorDate: Wed Feb 22 11:07:06 2023 +0100

    Site: Clarify that SQL does not support recursive queries yet
    
    Close apache/calcite#3081
---
 site/_docs/algebra.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/site/_docs/algebra.md b/site/_docs/algebra.md
index 66b2792779..d11c69a756 100644
--- a/site/_docs/algebra.md
+++ b/site/_docs/algebra.md
@@ -309,6 +309,10 @@ LogicalRepeatUnion(all=[true])
         LogicalTableScan(table=[[aux]])
 {% endhighlight %}
 
+Note that there is no support for recursive queries in the SQL layer yet
+([CALCITE-129](https://issues.apache.org/jira/browse/CALCITE-129));
+the `WITH RECURSIVE` query above is only for illustrative purposes.
+
 ### API summary
 
 #### Relational operators