bowenli86 commented on a change in pull request #8706: 
[FLINK-12814][sql-client] Support a traditional and scrolling view of…
URL: https://github.com/apache/flink/pull/8706#discussion_r316412665
 
 

 ##########
 File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/result/CollectBatchResult.java
 ##########
 @@ -126,9 +149,24 @@ else if (!snapshotted) {
                }
        }
 
+       @Override
+       public List<Row> retrieveResult() {
+               try {
+                       if (executionException != null) {
+                               throw executionException;
+                       }
+                       // wait until retrievalT
 
 Review comment:
   ```suggestion
                        // wait until retrieval
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to