xuyangzhong commented on code in PR #1934:
URL: https://github.com/apache/fluss/pull/1934#discussion_r2493218002
##########
fluss-flink/fluss-flink-common/src/test/java/org/apache/fluss/flink/source/FlinkTableSourceBatchITCase.java:
##########
@@ -159,6 +159,84 @@ void testScanSingleRowFilterOnPartitionedTable() throws
Exception {
assertResultsIgnoreOrder(collected, expected, true);
}
+ @Test
+ void testFilterOnLookupSource() throws Exception {
Review Comment:
This is a defensive test, as currently, Flink batch does not push down
filters to dim tables (an issue has already been created for this:
https://issues.apache.org/jira/browse/FLINK-38634).
--
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]