luoyuxia commented on code in PR #2266:
URL: https://github.com/apache/fluss/pull/2266#discussion_r2659651080
##########
fluss-lake/fluss-lake-iceberg/src/test/java/org/apache/fluss/lake/iceberg/tiering/IcebergTieringTest.java:
##########
@@ -441,4 +442,256 @@ private void verifyTableRecords(
.isEqualTo(expectRecord.timestamp());
}
}
+
+ @ParameterizedTest
+ @MethodSource("tieringWriteArgs")
+ void testTieringWriteTableWithArrayType(boolean isPrimaryKeyTable, boolean
isPartitionedTable)
Review Comment:
I think we can remove this test to reduce test time cost since we already
test the functionality for in `testUnionReadInStreamMode`
--
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]