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 have logic for distributed scans in the `spark` module 
where needed instead of here, and potentially reusing the files table + group 
by like Russell mentioned.



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