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


##########
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/tiering/FlussRecordAsPaimonRowTest.java:
##########
@@ -822,4 +826,299 @@ void testNestedRowType() {
         assertThat(flussRecordAsPaimonRow.getLong(9)).isEqualTo(logOffset);
         assertThat(flussRecordAsPaimonRow.getLong(10)).isEqualTo(timeStamp);
     }
+
+    @Test
+    void testMapTypeWithIntegerKeyValue() {

Review Comment:
   dito
   Can these test methods put into one single test method



##########
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/source/FlussRowAsPaimonRowTest.java:
##########
@@ -333,4 +337,151 @@ void testArrayWithAllTypes() {
         InternalArray innerArray2 = outerArray.getArray(1);
         assertThat(innerArray2.toIntArray()).isEqualTo(new int[] {3, 4, 5});
     }
+
+    @Test
+    void testMapTypeWithIntegerKeyValue() {

Review Comment:
   Can these test method be put into one single test method?



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