dhruv-pratap commented on code in PR #13903:
URL: https://github.com/apache/iceberg/pull/13903#discussion_r2303976780
##########
core/src/main/java/org/apache/iceberg/PartitionsTable.java:
##########
@@ -331,4 +383,128 @@ private static PartitionData toPartitionData(StructLike
key, Types.StructType ke
return keyTemplate.copyFor(key);
}
}
+
+ /** Distributed scan for partitions table that creates multiple tasks for
processing manifests. */
+ private static class DistributedPartitionsScan extends BaseMetadataTableScan
{
Review Comment:
I wanted the implementation to be consistent with the other MetadataTable
scans that are distributed - files, manifests - and those are part of the core
module at the moment.
--
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]