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 b200797d8 Website deployed from
calcite@4823cb7760913f236e7f0f2cb149325b55a3f124
b200797d8 is described below
commit b200797d8e2f8792315cfdf06f633ec4ecd02aff
Author: mihaibudiu <[email protected]>
AuthorDate: Thu Mar 21 18:17:44 2024 +0000
Website deployed from calcite@4823cb7760913f236e7f0f2cb149325b55a3f124
---
docs/history.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/history.html b/docs/history.html
index 43886e80e..246e879ae 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -98,6 +98,10 @@ z.
#### Breaking Changes
{: #breaking-1-37-0}
+* 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.
+
Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
using JDK/OpenJDK versions 8 to 19;
Guava versions 21.0 to 32.1.3-jre;