rubenada commented on code in PR #3901:
URL: https://github.com/apache/calcite/pull/3901#discussion_r1770943601
##########
linq4j/src/main/java/org/apache/calcite/linq4j/tree/Expressions.java:
##########
@@ -58,8 +58,8 @@ private Expressions() {}
* extra type information in generics.
*/
public static String toString(List<? extends Node> expressions, String sep,
- boolean generics) {
- final ExpressionWriter writer = new ExpressionWriter(generics);
+ boolean generics, boolean methodSplit) {
Review Comment:
Probably the javadoc of this method should be updated to mention the new
"optional split"
--
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]