You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/08/10 07:29:07 UTC

[GitHub] [flink] shuiqiangchen commented on a change in pull request #13094: [FLINK-18766][python] Support add_sink() for Python DataStream API.

shuiqiangchen commented on a change in pull request #13094:
URL: https://github.com/apache/flink/pull/13094#discussion_r467729190



##########
File path: flink-python/pyflink/datastream/tests/test_stream_execution_environment.py
##########
@@ -216,7 +216,7 @@ def test_execute(self):
 
     def test_from_collection_without_data_types(self):
         ds = self.env.from_collection([(1, 'Hi', 'Hello'), (2, 'Hello', 'Hi')])
-        collect_util = DataStreamCollectUtil()
+        collect_util = DataStreamTestSinkFunction()

Review comment:
       Sorry, I forget to update this part.




----------------------------------------------------------------
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:
users@infra.apache.org