docete commented on a change in pull request #8706: [FLINK-12814][sql-client] 
Support a traditional and scrolling view of…
URL: https://github.com/apache/flink/pull/8706#discussion_r325959037
 
 

 ##########
 File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliClient.java
 ##########
 @@ -613,6 +624,20 @@ private void printInfo(String message) {
                terminal.flush();
        }
 
+       /**
+        * Output Results in non-interactive way.
+        *
+        * @return
+        */
+       void printRows(final ResultDescriptor desc, long start, long end) {
+               final String msg = "Time taken: %.03f seconds, Fetched %d 
row(s).";
 
 Review comment:
   OK

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to