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 committed Feb 2, 2024
1 parent 3be1939 commit d1144bc
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 d1144bc

Please sign in to comment.