Skip to content

Commit

Permalink
Remove dependency on UtilitiesTestBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
linliu-code committed Feb 23, 2024
1 parent bdf483d commit 892125e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

public class TestHoodieCompactor extends UtilitiesTestBase {
public class TestHoodieCompactor {
@TempDir
protected static java.nio.file.Path sharedTempDir;
protected static Configuration hadoopConf = HoodieTestUtils.getDefaultHadoopConf();
private final FileSystem fs;
private final JavaSparkContext jsc;
private String base;
private String schemaFile;
private String basePath;

public TestHoodieCompactor() throws IOException {
fs = FileSystem.getLocal(hadoopConf);
Expand Down

0 comments on commit 892125e

Please sign in to comment.