pnowojski commented on code in PR #26122:
URL: https://github.com/apache/flink/pull/26122#discussion_r1984612946


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/collector/TableFunctionResultFuture.java:
##########
@@ -60,4 +63,9 @@ public ResultFuture<?> getResultFuture() {
     public void completeExceptionally(Throwable error) {
         this.resultFuture.completeExceptionally(error);
     }
+
+    @Override
+    public void complete(SupplierWithException<Collection<T>, Exception> 
supplier) {
+        throw new UnsupportedOperationException();

Review Comment:
   Could you explain why is this unsupported? And if that's indeed the best 
thing to do here, add that explanation as a comment?



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to