Vancior commented on code in PR #19878:
URL: https://github.com/apache/flink/pull/19878#discussion_r897902264


##########
flink-python/pyflink/datastream/data_stream.py:
##########
@@ -1586,7 +1618,7 @@ def rebalance(self) -> 'DataStream':
     def forward(self) -> 'DataStream':
         raise Exception('Cannot override partitioning for KeyedStream.')
 
-    def broadcast(self) -> 'DataStream':
+    def broadcast(self, *args) -> Union['DataStream', 'BroadcastStream']:

Review Comment:
   Yes, that's will be another PR.



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