twalthr commented on a change in pull request #7265: [FLINK-10964] SQL-client
throws exception when paging through finished batch query
URL: https://github.com/apache/flink/pull/7265#discussion_r245616996
##########
File path:
flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliChangelogResultView.java
##########
@@ -119,7 +119,7 @@ protected void refresh() {
break;
// stop retrieval if job is done
case EOS:
- stopRetrieval();
+ stopRetrieval(TypedResult.ResultType.EOS);
Review comment:
Use a boolean flag `cleanUpQuery` instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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