sv3ndk commented on a change in pull request #16245:
URL: https://github.com/apache/flink/pull/16245#discussion_r658704948



##########
File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/ResultDescriptor.java
##########
@@ -29,21 +35,17 @@
 
     private final boolean isMaterialized;
 
-    private final boolean isTableauMode;
-
-    private final boolean isStreamingMode;
+    public final ReadableConfig config;

Review comment:
       Thanks for the very kind and useful feed-back @wuchong :) 
   
   I'll create the `getMaxColumnWidth()` as you described and hide the `config` 
as a private field.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to