dianfu commented on code in PR #19369:
URL: https://github.com/apache/flink/pull/19369#discussion_r843607051


##########
flink-python/pyflink/datastream/tests/test_data_stream.py:
##########
@@ -1121,8 +1123,11 @@ def test_keyed_min_and_max(self):
         results = self.test_sink.get_results(False)
         expected = ['a', 'a', 'b', 'b']
         self.assert_equals_sorted(expected, results)
+        self.env.set_parallelism(original_parallelism)

Review Comment:
   I think this is not necessary



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