RussellSpitzer commented on code in PR #10020: URL: https://github.com/apache/iceberg/pull/10020#discussion_r1593085207
########## api/src/main/java/org/apache/iceberg/PartitionSpec.java: ########## @@ -140,6 +141,31 @@ public StructType partitionType() { return lazyPartitionType; } + public StructType originalPartitionType() { Review Comment: So would the java doc for this be, "Returns a struct with TransformID's which match the ID's used in the Table Metadata. The partitionType() method (link) returns a struct which is guaranteed not to overlap with column ID's of the table but this reassigns the ID's from the original table metadata." Or something like that? -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org