bryanck commented on code in PR #13903:
URL: https://github.com/apache/iceberg/pull/13903#discussion_r2301596538


##########
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 feel like we should model the distributed partitions table scan after the 
distributed scans for other metadata tables, and have logic in the `spark` 
module where needed instead of here.



-- 
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]

Reply via email to