wuchong commented on a change in pull request #15211:
URL: https://github.com/apache/flink/pull/15211#discussion_r594213414
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java
##########
@@ -154,10 +154,10 @@ private void printResults(AtomicInteger receivedRowCount,
boolean isStreamingMod
switch (result.getType()) {
case EMPTY:
try {
+ // prevent cpu idling
Review comment:
not cpu idling, it's cpu busy...
You can say `prevent busy loop`
----------------------------------------------------------------
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]