adityamukho commented on code in PR #7747:
URL: https://github.com/apache/ignite-3/pull/7747#discussion_r2915889520
##########
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:
Do we know why this was marked as a TODO? If there is no attached ticket,
why can't we simply remove the commented line?
--
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]