Skip to content

Commit

Permalink
Make Iceberg AbstractMetastoreTableOperations methods final
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjo2144 committed Mar 14, 2022
1 parent e85fe98 commit 516c0a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected AbstractMetastoreTableOperations(
}

@Override
protected String getRefreshedLocation()
protected final String getRefreshedLocation()
{
Table table = getTable();

Expand All @@ -83,7 +83,7 @@ protected String getRefreshedLocation()
}

@Override
protected void commitNewTable(TableMetadata metadata)
protected final void commitNewTable(TableMetadata metadata)
{
String newMetadataLocation = writeNewMetadata(metadata, version + 1);

Expand Down

0 comments on commit 516c0a2

Please sign in to comment.