Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Dec 6, 2024
1 parent 1d8ef05 commit 2fbe20d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/apache/iceberg/TableUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ private TableUtil() {}
public static int formatVersion(Table table) {
Preconditions.checkArgument(null != table, "Invalid table: null");

// SerializableMetadataTable is a subclass of SerializableTable but does not support
// operations()
if (table instanceof SerializableTable) {
SerializableTable serializableTable = (SerializableTable) table;
return serializableTable.formatVersion();
Expand Down

0 comments on commit 2fbe20d

Please sign in to comment.