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 0d14c72b3 Website deployed from 
calcite@ab6a397c9161824ef00715fba41eef54a39a083d
0d14c72b3 is described below

commit 0d14c72b3a669108848d55be58545349bc9fa4fc
Author: dssysolyatin <[email protected]>
AuthorDate: Wed Jan 7 08:03:11 2026 +0000

    Website deployed from calcite@ab6a397c9161824ef00715fba41eef54a39a083d
---
 docs/history.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/history.html b/docs/history.html
index a3b07c58d..6171a9089 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -120,6 +120,12 @@ other software versions as specified in gradle.properties.
 #### Breaking Changes
 {: #breaking-1-42-0}
 
+* [<a 
href="https://issues.apache.org/jira/browse/CALCITE-7301";>CALCITE-7301</a>]
+Prior to this change, most `SqlNode`s in the `org.apache.calcite.sql.ddl` 
package could not be unparsed
+when created with `SqlOperator#createCall`. To fix this, those `SqlNode`s now 
implement their own `SqlOperator`.
+`SqlNode#getOperandList()` now returns all operands required by these 
operators; the number and order may differ from before.
+The same applies to `SqlBabelCreateTable` and `SqlUnpivot`.
+
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-6942";>CALCITE-6942</a>]
 Rename the method `decorrelateFetchOneSort` to `decorrelateSortWithRowNumber`.
 

Reply via email to