Skip to content

Commit

Permalink
[procedure][fix] change the port num for TestHiveMetastore in Migrate…
Browse files Browse the repository at this point in the history
…IcebergTableProcedureITCase
  • Loading branch information
LsomeYeah committed Jan 20, 2025
1 parent f73ecd1 commit e234fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class MigrateIcebergTableProcedureITCase extends ActionITCaseBase {

private static final TestHiveMetastore TEST_HIVE_METASTORE = new TestHiveMetastore();

private static final int PORT = 9084;
private static final int PORT = 9087;

@TempDir java.nio.file.Path iceTempDir;
@TempDir java.nio.file.Path paiTempDir;
Expand Down

0 comments on commit e234fc6

Please sign in to comment.