davidradl commented on code in PR #27184:
URL: https://github.com/apache/flink/pull/27184#discussion_r2486599428


##########
flink-python/pyflink/datastream/functions.py:
##########
@@ -979,68 +978,32 @@ def exponential_backoff(
             result_predicate, exception_predicate)
 
 
-class ResultFuture(Generic[OUT]):
-    """

Review Comment:
   I think we should deprecate the old API and introduce this, in this way 
exiting applications will not break and the older API version can be managed 
out. This is less a consideration for master - but is a consideration for the 
backports.  



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to