JingGe commented on code in PR #23809: URL: https://github.com/apache/flink/pull/23809#discussion_r1410249663
########## flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/config/SqlClientOptions.java: ########## @@ -70,6 +70,14 @@ private SqlClientOptions() {} + "This only applies to columns with variable-length types (e.g. CHAR, VARCHAR, 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) + public static final ConfigOption<Boolean> DISPLAY_QUERY_TIME_COST = Review Comment: After talking with @fsk119 offline, this PR will focus on the batch and will create a follow-up PR for the stream mode. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org