[HUDI-2474] Refreshing timeline for every operation in Hudi when metadata is enabled (#3698)
This commit is contained in:
committed by
GitHub
parent
9067657a5f
commit
f0585facd6
@@ -71,6 +71,7 @@ import org.apache.log4j.Logger;
|
||||
import org.apache.spark.api.java.JavaRDD;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Tag;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.Arguments;
|
||||
@@ -547,6 +548,7 @@ public class TestHoodieBackedMetadata extends HoodieClientTestHarness {
|
||||
*/
|
||||
@ParameterizedTest
|
||||
@EnumSource(HoodieTableType.class)
|
||||
@Disabled
|
||||
public void testCleaningArchivingAndCompaction(HoodieTableType tableType) throws Exception {
|
||||
init(tableType);
|
||||
doWriteOperationsAndBootstrapMetadata(testTable);
|
||||
|
||||
Reference in New Issue
Block a user