1
0

[HUDI-1989] Disable HDFSParquetImporter related tests (#3597)

Also mark HDFSParquetImportCommand and HDFSParquetImporter as deprecated.
This commit is contained in:
Raymond Xu
2021-09-03 20:08:11 -07:00
committed by GitHub
parent 6bd3ca98d6
commit 073c318d9f
4 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ import org.apache.spark.sql.Dataset;
import org.apache.spark.sql.Row;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
@@ -57,6 +58,7 @@ import java.util.stream.Collectors;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
@Disabled("Disable due to flakiness and feature deprecation.")
@Tag("functional")
public class TestHDFSParquetImporter extends FunctionalTestHarness implements Serializable {