dianfu commented on a change in pull request #15362:
URL: https://github.com/apache/flink/pull/15362#discussion_r600982520
##########
File path: flink-python/pyflink/datastream/tests/test_data_stream.py
##########
@@ -1068,6 +1013,35 @@ def on_timer(self, timestamp, ctx):
expected_result.sort()
self.assertEqual(expected_result, result)
+ def test_reduce_function_without_data_types(self):
Review comment:
I'll rename it to test_reduce_function to avoid confusion.
--
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:
[email protected]