flyrain commented on code in PR #11929:
URL: https://github.com/apache/iceberg/pull/11929#discussion_r1907927060
##########
core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java:
##########
@@ -126,8 +126,7 @@ public static TableMetadata replacePaths(
metadata.snapshotLog(),
metadataLogEntries,
metadata.refs(),
- // TODO: update statistic file paths
- metadata.statisticsFiles(),
+ updatePathInStatisticsFiles(metadata.statisticsFiles(), sourcePrefix,
targetPrefix),
metadata.partitionStatisticsFiles(),
Review Comment:
we may still need a `todo` comment for `partitionStatisticsFiles` :-)
--
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]