Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bzabek committed Nov 21, 2024
1 parent f8dc4a0 commit 1321df6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ String getColumnName() {
this.rootNode = new IcebergFieldNode(columnName, pair.getJsonNode());
}

/** Add fields from other tree. Do not override nor modify any already existing nodes. */
IcebergColumnTree merge(IcebergColumnTree modifiedTree) {
Preconditions.checkArgument(
this.getColumnName().equals(modifiedTree.getColumnName()),
Expand Down

0 comments on commit 1321df6

Please sign in to comment.