1
0

[HUDI-2474] Refreshing timeline for every operation in Hudi when metadata is enabled (#3698)

This commit is contained in:
Sivabalan Narayanan
2021-09-28 05:16:52 -04:00
committed by GitHub
parent 9067657a5f
commit f0585facd6
7 changed files with 52 additions and 21 deletions

View File

@@ -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);