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


##########
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/tiering/FlussRecordAsPaimonRowTest.java:
##########
@@ -545,4 +545,353 @@ void testEmptyArray() {
         assertThat(array).isNotNull();
         assertThat(array.size()).isEqualTo(0);
     }
+
+    @Test
+    void testSimpleNestedRow() {

Review Comment:
   Could you please combine all test methods for NestedRow to a single method 
just like main branch for array type?
   Two many methods make it hard to track...



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