Skip to content

Commit

Permalink
Flink: backport #9381 to 1.17 and 1.16 for Migrate subclasses of Fli…
Browse files Browse the repository at this point in the history
…nkCatalogTestBase to JUnit5 (#9598)
  • Loading branch information
rodmeneses committed Feb 2, 2024
1 parent f8a4cc2 commit 2c24750
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 2c24750

Please sign in to comment.