You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "szehon-ho (via GitHub)" <gi...@apache.org> on 2023/05/10 21:00:22 UTC

[GitHub] [iceberg] szehon-ho commented on a diff in pull request #7565: Spark 3.4: Fixup for RewritePositionDeleteFilesSparkAction

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org