Skip to content

Commit

Permalink
Flink: backport apache#9381 to 1.17 and 1.16 for Migrate subclasses …
Browse files Browse the repository at this point in the history
…of FlinkCatalogTestBase to JUnit5 (apache#9598)
  • Loading branch information
rodmeneses authored and devangjhabakh committed Apr 22, 2024
1 parent 3848781 commit 84059e7
Show file tree
Hide file tree
Showing 23 changed files with 1,105 additions and 1,622 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public abstract class TestBase extends TestBaseUtils {
public static MiniClusterExtension miniClusterResource =
MiniFlinkClusterExtension.createWithClassloaderCheckDisabled();

@TempDir Path temporaryDirectory;
@TempDir protected Path temporaryDirectory;

private static TestHiveMetastore metastore = null;
protected static HiveConf hiveConf = null;
Expand Down
Loading

0 comments on commit 84059e7

Please sign in to comment.