jamesstarr commented on a change in pull request #2531:
URL: https://github.com/apache/calcite/pull/2531#discussion_r713378811
##########
File path: core/src/main/java/org/apache/calcite/sql/SqlWriterConfig.java
##########
@@ -433,4 +424,6 @@ SqlWriterConfig withWhereListItemsOnSeparateLines(
/** Wrap always. Items are on separate lines. */
TALL
}
+
+ static SqlWriterConfig DEFAULT = ImmutableSqlWriterConfig.DEFAULT;
Review comment:
Do we need this? Couldn't we simply reference
ImmutableSqlWriterConfig.DEFAULT directly in SqlPrettyWriter.config? Or
alternatively deprecate the config function SqlPrettyWriter?
--
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]