rubenada commented on code in PR #3435:
URL: https://github.com/apache/calcite/pull/3435#discussion_r1518007495
##########
core/src/main/java/org/apache/calcite/sql/SqlCall.java:
##########
@@ -191,7 +191,7 @@ public int operandCount() {
* Returns a string describing the actual argument types of a call, e.g.
* "SUBSTR(VARCHAR(12), NUMBER(3,2), INTEGER)".
*/
- protected String getCallSignature(
+ public String getCallSignature(
Review Comment:
Usually in these cases, to make sure the Release Manager won't forget about
it, what we do is editing the `history.md`: in that file, at the top, there is
the "skeleton" with the sections of the next release (commented out), you could
add a point in there in the "breaking changes" section mentioning this.
--
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]