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 502b81838 Website deployed from
calcite@f948850b7cc4cc4448a488382f6c009eb35c0f84
502b81838 is described below
commit 502b81838b142b184bf3a14b22bf18aec0ed51fd
Author: mihaibudiu <[email protected]>
AuthorDate: Mon Apr 1 18:11:24 2024 +0000
Website deployed from calcite@f948850b7cc4cc4448a488382f6c009eb35c0f84
---
docs/history.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/history.html b/docs/history.html
index 246e879ae..9b05d0246 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -101,6 +101,8 @@ z.
* In the context of [CALCITE-6015] the visibility of the method
`SqlCall.getCallSignature` has been converted from `protected` to `public`.
Any subclass overriding it will need to be adjusted accordingly.
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-6321">CALCITE-6321</a>]
+ Add `copy(List<RexLiteral>)` method to `Window` class
Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
using JDK/OpenJDK versions 8 to 19;