Skip to content

Commit

Permalink
[FLINK-22308][sql-client] Fix CliTableauResultView print results afte…
Browse files Browse the repository at this point in the history
…r cancel in STREAMING mode (apache#15644)
  • Loading branch information
fsk119 authored Apr 17, 2021
1 parent 1562ed0 commit e4a2738
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ private void printStreamingResults(AtomicInteger receivedRowCount) {
Thread.sleep(1);
} catch (InterruptedException e) {
// get ctrl+c from terminal and fallback
return;
}
break;
case EOS:
Expand Down

0 comments on commit e4a2738

Please sign in to comment.