sn-12-3 commented on code in PR #25528:
URL: https://github.com/apache/flink/pull/25528#discussion_r1921106732


##########
flink-python/pyflink/datastream/tests/test_stream_execution_environment.py:
##########
@@ -260,57 +260,6 @@ def test_execute_async(self):
         execution_result = job_client.get_job_execution_result().result()
         self.assertEqual(str(job_id), str(execution_result.get_job_id()))
 
-    def test_add_python_file(self):

Review Comment:
   Used `to_data_stream` instead of `to_append_stream`.



##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/WindowAggregateITCase.scala:
##########
@@ -1290,47 +1290,6 @@ class WindowAggregateITCase(
       .isEqualTo(expected.sorted.mkString("\n"))
   }
 
-  @TestTemplate
-  def testDistinctAggWithMergeOnEventTimeSessionWindow(): Unit = {

Review Comment:
   Used `toDataStream ` instead of `toAppendStream`.



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