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

github-bot 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 089fb4749e Add Feldera to 'powered by Calcite' page
089fb4749e is described below

commit 089fb4749ec7a64d86b06b5acc38be56926978ea
Author: Mihai Budiu <[email protected]>
AuthorDate: Thu Dec 18 22:24:14 2025 -0800

    Add Feldera to 'powered by Calcite' page
    
    Signed-off-by: Mihai Budiu <[email protected]>
---
 site/_docs/powered_by.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/site/_docs/powered_by.md b/site/_docs/powered_by.md
index 809c01ca93..ca4f769f0d 100644
--- a/site/_docs/powered_by.md
+++ b/site/_docs/powered_by.md
@@ -117,6 +117,13 @@ ### Dremio
 <a href="https://www.dremio.com";>Dremio</a>
 uses Calcite for SQL parsing and cost-based query optimization.
 
+### Feldera
+
+<a href="https://www.feldera.com";>Feldera</a>'s incremental view
+maintenance engine uses Calcite for SQL parsing and high-level plan
+optimizations.  The Feldera SQL compiler generates Rust programs,
+which then are run continuously in streaming mode.
+
 ### HerdDB
 
 <a href="https://herddb.org";>HerdDB</a>

Reply via email to