Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhang10 committed Dec 4, 2024
1 parent 9e62cf0 commit 445f382
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ protected void doRefresh() {
refreshFromMetadataLocation(metadataLocation);
}

@SuppressWarnings("checkstyle:MethodLength")
@Override
protected void doCommit(TableMetadata base, TableMetadata metadata) {
String newMetadataLocation = writeNewMetadata(metadata, currentVersion() + 1);
Expand Down

0 comments on commit 445f382

Please sign in to comment.