zachdisc commented on issue #9615: URL: https://github.com/apache/iceberg/issues/9615#issuecomment-1934514656
Looking at the base API interface and core implementation, there is a [ClusterBy](https://github.com/apache/iceberg/blob/90d1c90b6e6f26fdfe7c0c6c09a1ecb2fc2b3f2a/core/src/main/java/org/apache/iceberg/BaseRewriteManifests.java#L116) interface that is simply missing from the SparkActions implementation. I think the API Jack proposed is cleaner, but it is probably more correct to just implement the same `clusterBy` interface. Thoughts? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org