dianfu commented on a change in pull request #14068: URL: https://github.com/apache/flink/pull/14068#discussion_r525656111
########## File path: flink-python/pyflink/datastream/data_stream.py ########## @@ -873,6 +806,29 @@ def key_by(self, key_selector: Union[Callable, KeySelector], key_type_info: TypeInformation = None) -> 'KeyedStream': return self._origin_stream.key_by(key_selector, key_type_info) + def process(self, func: ProcessFunction, output_type: TypeInformation = None) -> 'DataStream': Review comment: Seems that this suggestion is not addressed ---------------------------------------------------------------- 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