twalthr 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_r318492188
##########
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) {
Review comment:
Give method a more meaningful name such as `printNonInteractiveResult`. Then
the Javadoc is not required anymore.
----------------------------------------------------------------
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]
With regards,
Apache Git Services