JingGe commented on code in PR #23868:
URL: https://github.com/apache/flink/pull/23868#discussion_r1417918470
##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##########
@@ -114,6 +108,30 @@ public void displayResults() throws SqlExecutionException {
}
}
+ private void printTerminatedFooter(AtomicInteger receivedRowCount) {
Review Comment:
Thanks for the hint. Checked Trino that the time consumption will be printed
after users cancelled
https://github.com/trinodb/trino/blob/ae7849e5b81b0c0eff7e980222502bf392a9a7f3/client/trino-cli/src/main/java/io/trino/cli/StatusPrinter.java#L121
https://github.com/trinodb/trino/blob/ae7849e5b81b0c0eff7e980222502bf392a9a7f3/client/trino-cli/src/main/java/io/trino/cli/StatusPrinter.java#L350
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]