nastra commented on code in PR #12927: URL: https://github.com/apache/iceberg/pull/12927#discussion_r2068372968
########## core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java: ########## @@ -132,6 +132,7 @@ public static TableMetadata replacePaths( // TODO: update partition statistics file paths metadata.partitionStatisticsFiles(), metadata.nextRowId(), + metadata.keys(), Review Comment: maybe `encryptionKeys()` instead of `keys()` to make it more obvious for readers? -- 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