luoyuxia commented on code in PR #1549:
URL: https://github.com/apache/fluss/pull/1549#discussion_r2286797043


##########
fluss-flink/fluss-flink-common/src/test/java/com/alibaba/fluss/flink/source/FlinkTableSourceITCase.java:
##########
@@ -1066,6 +1066,52 @@ void testStreamingReadMultiPartitionPushDown() throws 
Exception {
         assertResultsIgnoreOrder(rowIter, expectedRowValues, true);
     }
 
+    @Test
+    void testStreamingReadMultiPartitionPushDownReverseOrderCondition() throws 
Exception {

Review Comment:
   Let's remove this test method since we already have a test in 
`FlinkUnionReadLogTableITCase` which is what we really need.



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