We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319f29e commit 3c46178Copy full SHA for 3c46178
1 file changed
core/src/main/java/org/apache/iceberg/TableMetadata.java
@@ -910,7 +910,7 @@ private Builder() {
910
this(DEFAULT_TABLE_FORMAT_VERSION);
911
}
912
913
- public Builder(int formatVersion) {
+ private Builder(int formatVersion) {
914
this.base = null;
915
this.formatVersion = formatVersion;
916
this.lastSequenceNumber = INITIAL_SEQUENCE_NUMBER;
0 commit comments