ivanzlenko commented on code in PR #7747:
URL: https://github.com/apache/ignite-3/pull/7747#discussion_r2915957740
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/externalize/RelJsonWriter.java:
##########
@@ -43,7 +43,7 @@
*/
public class RelJsonWriter implements RelWriter {
private static final boolean PRETTY_PRINT = false;
- // TODO:
IgniteSystemProperties.getBoolean("IGNITE_CALCITE_REL_JSON_PRETTY_PRINT",
false);
Review Comment:
I've asked Kostya Orlov about this one. He said that there is was an
intention to maybe make it configurable. But effectively in all these years we
never had a need to. So I've left a comment without TODO just to leave as a
reminder. but I guess we can completely delete this one.
--
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]