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 d538aea8d Website deployed from
calcite@21982e3bad81a6194faa78c568cd829d4fef6a7b
d538aea8d is described below
commit d538aea8d2ff1f1d29dbea065ee9b45955f6350b
Author: mihaibudiu <[email protected]>
AuthorDate: Tue Nov 26 02:27:01 2024 +0000
Website deployed from calcite@21982e3bad81a6194faa78c568cd829d4fef6a7b
---
docs/history.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/history.html b/docs/history.html
index ed2f99bbc..d77d37ced 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -121,7 +121,13 @@ other software versions as specified in gradle.properties.
#### Breaking Changes
{: #breaking-1-39-0}
-None.
+*Checked arithmetic*. [<a
+href="https://issues.apache.org/jira/browse/CALCITE-6685">CALCITE-6685</a>]
+introduces support for checked arithmetic on short integer types. A
+new `SqlConformance.checkedArithmetic()` attribute is added to control
+this behavior. The BIG_QUERY and SQL_SERVER_2008 conformance have
+been changed to use checked arithmetic, matching the specification of
+these dialects.
#### New features
{: #new-features-1-39-0}