yihua commented on code in PR #13276:
URL: https://github.com/apache/hudi/pull/13276#discussion_r2080602109
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/metadata/TestHoodieBackedTableMetadataWriter.java:
##########
@@ -39,6 +55,160 @@
import static org.mockito.Mockito.when;
class TestHoodieBackedTableMetadataWriter {
+
+ private static Stream<Arguments> testArgumentsForEnabledPartitions() {
Review Comment:
These tests are moved from `TestMetadataPartitionType` and adjusted to
consider table versions and whether the table is partitioned.
--
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]