bendevera commented on PR #7161: URL: https://github.com/apache/iceberg/pull/7161#issuecomment-1861295520
@stevenzwu I see defaulting to `BucketPartitioner` was reverted here: https://github.com/apache/iceberg/pull/8848 We've found performance issues with `DistributionMode.HASH`, and wanted to test `BucketPartitioner` but it isn't `public`. You mentioned above that to use the bucketing partitioner, users will need to manually apply `keyBy`. Believe the code snippet though is the default `HASH` logic. What is the recommended method for using the bucket partitioner and any issues reported by users that resulted in reverting? -- 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]
