ajantha-bhat commented on code in PR #13163:
URL: https://github.com/apache/iceberg/pull/13163#discussion_r2111642709
##########
core/src/main/java/org/apache/iceberg/PartitionStatsHandler.java:
##########
@@ -276,7 +275,8 @@ private static Collection<PartitionStats>
computeAndMergeStatsIncremental(
PartitionMap<PartitionStats> statsMap = PartitionMap.create(table.specs());
// read previous stats, note that partition field will be read as
GenericRecord
try (CloseableIterable<PartitionStats> oldStats =
- readPartitionStatsFile(schema(partitionType),
Files.localInput(previousStatsFile.path()))) {
+ readPartitionStatsFile(
+ schema(partitionType),
table.io().newInputFile(previousStatsFile.path()))) {
Review Comment:
Just using the FileIO as pointed out in the PR.
Unrelated to this bug fix. But related to this feature.
--
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]