This is an automated email from the ASF dual-hosted git repository. libenchao pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git
commit d0156c20504d2b775eef44c93d08379c82f43b9f Author: Kaustubh Beedkar <[email protected]> AuthorDate: Mon Oct 2 22:25:44 2023 +0530 Site: Add Apache Wayang (incubating) to powered-by page Close apache/calcite#3450 --- site/_docs/powered_by.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/_docs/powered_by.md b/site/_docs/powered_by.md index b9721c1d0f..809c01ca93 100644 --- a/site/_docs/powered_by.md +++ b/site/_docs/powered_by.md @@ -95,6 +95,11 @@ uses Calcite for parsing streaming SQL and query optimization. <a href="https://storm.apache.org">Apache Storm</a> uses Calcite for parsing streaming SQL and query optimization. +### Apache Wayang + +<a href="https://wayang.apache.org">Apache Wayang (Incubating)</a> +uses Calcite for SQL parsing and query optimization. + ### AthenaX <a href="https://www.uber.com/">Uber</a>'s SQL-based streaming analytics platform
