rubenada commented on code in PR #3435:
URL: https://github.com/apache/calcite/pull/3435#discussion_r1518540130
##########
site/_docs/history.md:
##########
@@ -57,6 +57,9 @@ other software versions as specified in gradle.properties.
#### Bug-fixes, API changes and minor enhancements
{: #fixes-1-37-0}
+* The visibility of the method SqlCall.getCallSignature has been converted
Review Comment:
Thanks for including this. I'd suggest to give a bit more info, e.g.
something a long the lines:
In the context of [<a
href="https://issues.apache.org/jira/browse/CALCITE-6015">CALCITE-6015</a>] the
visibility of the method `SqlCall.getCallSignature` has been converted from
`protected` to `public`, so any subclass overriding it might need to be
adjusted accordingly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]