Skip to content

Commit

Permalink
Flink: backport #9381 to 1.17 and 1.16 for Migrate subclasses of Flin…
Browse files Browse the repository at this point in the history
…kCatalogTestBase to JUnit5
  • Loading branch information
rodmeneses committed Feb 1, 2024
1 parent 5030fee commit ca78564
Show file tree
Hide file tree
Showing 22 changed files with 1,105 additions and 1,624 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 ca78564

Please sign in to comment.