This is an automated email from the ASF dual-hosted git repository.
mbudiu 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 bfc25cf60f [MINOR] Link to blog post about Calcite's IRs
bfc25cf60f is described below
commit bfc25cf60fcc2b05254b74d7f3a912e874229718
Author: Mihai Budiu <[email protected]>
AuthorDate: Thu Dec 7 06:57:47 2023 -0800
[MINOR] Link to blog post about Calcite's IRs
Signed-off-by: Mihai Budiu <[email protected]>
---
site/community/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/community/index.md b/site/community/index.md
index ad7018f61f..9d18bcadff 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -226,6 +226,7 @@ If you have something interesting to share with the
community drop us an email o
consider creating a pull request on GitHub. If you just finished a cool
project using Calcite
consider writing a short article about it for our [news section]({{
site.baseurl }}/news/index.html).
+* <a href="https://www.feldera.com/blog/calcite-irs/">Calcite program
representations</a> (Mihai Budiu, October 2023)
* <a
href="https://datalore.jetbrains.com/view/notebook/JYTVfn90xYSmv6U5f2NIQR">Building
a new Calcite frontend (GraphQL)</a> (Gavin Ray, 2022)
* <a href="https://github.com/ieugen/calcite-clj">Write Calcite adapters in
Clojure</a> (Ioan Eugen Stan, 2022)
* <a
href="https://www.querifylabs.com/blog/cross-product-suppression-in-join-order-planning">Cross-Product
Suppression in Join Order Planning</a> (Vladimir Ozerov, 2021)