We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91c452 commit 8781007Copy full SHA for 8781007
fluss-flink/fluss-flink-common/src/test/java/com/alibaba/fluss/flink/source/FlinkTableSourceITCase.java
@@ -994,8 +994,8 @@ void testStreamingReadMultiPartitionPushDown() throws Exception {
994
assertResultsIgnoreOrder(rowIter, expectedRowValues, true);
995
}
996
997
- private List<String> writeRowsToTwoPartition(
998
- TablePath tablePath, Collection<String> partitions) throws Exception {
+ private List<String> writeRowsToTwoPartition(TablePath tablePath, Collection<String> partitions)
+ throws Exception {
999
List<InternalRow> rows = new ArrayList<>();
1000
List<String> expectedRowValues = new ArrayList<>();
1001
0 commit comments