Skip to content

Commit d007aa2

Browse files
author
Sreesh Maheshwar
committed
fix typo
1 parent 95433be commit d007aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/iceberg/rest/RESTTableOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ enum UpdateType {
121121
this.endpoints = endpoints;
122122

123123
// N.B. We don't use this.current because for tables-to-be-created, because it would be null,
124-
// and ee still want encrypted properties in this case for its TableOperations.
124+
// and we still want encrypted properties in this case for its TableOperations.
125125
encryptionPropsFromMetadata(current);
126126
}
127127

0 commit comments

Comments
 (0)