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_r245618803
 
 

 ##########
 File path: 
flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliResultView.java
 ##########
 @@ -226,6 +228,9 @@ protected void cleanUp() {
 
                public volatile boolean isRunning = true;
 
+               //init with running status
+               public volatile TypedResult.ResultType jobStatus = 
TypedResult.ResultType.PAYLOAD;
 
 Review comment:
   Call this `cleanUpQuery` and make it a boolean.

----------------------------------------------------------------
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

Reply via email to