This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8965f511d Website deployed from
calcite@9a1df0cd4434c8219d06f6f274190b480c33e6d6
8965f511d is described below
commit 8965f511dcae8b3c46857f488754226493c501fe
Author: zabetak <[email protected]>
AuthorDate: Tue Aug 18 14:23:58 2026 +0000
Website deployed from calcite@9a1df0cd4434c8219d06f6f274190b480c33e6d6
---
docs/history.html | 15 +++++++++++++++
img/avatars/dssysolyatin.png | Bin 1515 -> 69344 bytes
2 files changed, 15 insertions(+)
diff --git a/docs/history.html b/docs/history.html
index 6b3d97309..6163d0b17 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -122,6 +122,21 @@ other software versions as specified in gradle.properties.
#### Breaking Changes
{: #breaking-1-43-0}
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-7580">CALCITE-7580</a>]
+ Remove Gandiva dependency from Arrow adapter. Arrow adapter projection and
+ filter evaluation now run in Java, and the `arrow-gandiva` dependency is no
+ longer included in the Arrow module or BOM.
+
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-7712">CALCITE-7712</a>]
+`ReflectiveSchema.Factory` requires the class operand to explicitly use the new
+`ReflectiveSchema.Input` annotation. If the annotation is not present the
+creation will fail with `IllegalArgumentException: class X is not annotated
@Input`.
+
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-7713">CALCITE-7713</a>]
+Class loading from model files has been disabled by default. Any attempt to
load
+classes from model files will lead to `SecurityException` unless an appropriate
+pattern is set in `calcite.model.classes.allowed` system property.
+
#### New features
{: #new-features-1-43-0}
diff --git a/img/avatars/dssysolyatin.png b/img/avatars/dssysolyatin.png
index f41e4e061..6dee6f82a 100644
Binary files a/img/avatars/dssysolyatin.png and b/img/avatars/dssysolyatin.png
differ