JingGe commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410248169


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/print/TableauStyle.java:
##########
@@ -117,6 +122,10 @@ public final class TableauStyle implements PrintStyle {
 
     @Override
     public void print(Iterator<RowData> it, PrintWriter printWriter) {
+        print(it, printWriter, -1);
+    }
+
+    public void print(Iterator<RowData> it, PrintWriter printWriter, long 
queryBeginTime) {

Review Comment:
   update to control the print style for batch result in `CliTableauResultView` 
too



##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/print/TableauStyle.java:
##########
@@ -117,6 +122,10 @@ public final class TableauStyle implements PrintStyle {
 
     @Override
     public void print(Iterator<RowData> it, PrintWriter printWriter) {
+        print(it, printWriter, -1);
+    }
+
+    public void print(Iterator<RowData> it, PrintWriter printWriter, long 
queryBeginTime) {

Review Comment:
   updated to control the print style for batch result in 
`CliTableauResultView` too



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

Reply via email to