szehon-ho commented on code in PR #7565:
URL: https://github.com/apache/iceberg/pull/7565#discussion_r1190390483
##########
core/src/main/java/org/apache/iceberg/util/StructLikeMap.java:
##########
@@ -44,6 +44,10 @@ private StructLikeMap(Types.StructType type) {
this.wrappers = ThreadLocal.withInitial(() ->
StructLikeWrapper.forType(type));
}
+ public Types.StructType type() {
Review Comment:
Removed the method , as part of addressing
https://github.com/apache/iceberg/pull/7565#discussion_r1189236852
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]