snuyanzin commented on code in PR #22063:
URL: https://github.com/apache/flink/pull/22063#discussion_r1165481084


##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/config/SqlClientOptions.java:
##########
@@ -68,4 +69,12 @@ private SqlClientOptions() {}
                             "Deprecated, please use 
table.display.max-column-width instead. When printing the query results, this 
parameter determines the number of characters shown on screen before 
truncating. "
                                     + "This only applies to columns with 
variable-length types (e.g. STRING) in streaming mode. "
                                     + "Fixed-length types and all types in 
batch mode are printed using a deterministic column width.");
+
+    @Documentation.TableOption(execMode = 
Documentation.ExecMode.BATCH_STREAMING)
+    public static final ConfigOption<String> DISPLAY_DEFAULT_COLOR_SCHEMA =
+            ConfigOptions.key("sql-client.display.default-color-schema")

Review Comment:
   makes sense, also updated description



-- 
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]

Reply via email to