Vancior commented on a change in pull request #19054:
URL: https://github.com/apache/flink/pull/19054#discussion_r825552305
##########
File path: flink-python/pyflink/datastream/functions.py
##########
@@ -1004,15 +1010,37 @@ def process(self,
key: KEY,
window: W,
context: InternalWindowContext,
- input_data: Iterable[IN]) -> Iterable[OUT]:
Review comment:
This's an alignment to the java code, which is used to make a generic
difference between single-value functions and iterable functions.
--
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]