Skip to content

Commit 41e48e1

Browse files
committed
[flink]trigger ci
1 parent 496d8c6 commit 41e48e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluss-flink/fluss-flink-common/src/test/java/com/alibaba/fluss/flink/source/FlinkTableSourceITCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,7 @@ void testStreamingReadMultiPartitionPushDown() throws Exception {
996996

997997
@Test
998998
void testStreamingReadWithCombinedFilters() throws Exception {
999+
9991000
tEnv.executeSql(
10001001
"create table combined_filters_table"
10011002
+ " (a int not null, b varchar, c string, d int, primary key (a, c) NOT ENFORCED) partitioned by (c) ");

0 commit comments

Comments
 (0)