beryllw commented on code in PR #1732:
URL: https://github.com/apache/fluss/pull/1732#discussion_r2366495997
##########
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/source/PaimonSplitPlannerTest.java:
##########
@@ -78,4 +79,37 @@ void testPlan() throws Exception {
.map(PaimonSplit::dataSplit)
.collect(Collectors.toList()));
}
+
+ @Test
+ void testPlannerCreatesCorrectSplitsForLogTableWithoutBucketKey() throws
Exception {
+ // 测试没有bucket key的log表
Review Comment:
Translate into English.
--
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]