RobinFrcd commented on issue #14220: URL: https://github.com/apache/iceberg/issues/14220#issuecomment-4176114376
+1 Our data has significant skew across the week (far fewer records on weekends) which makes `day()` produce very small weekends. We also analyse data on a weekly basis, so a `year()` + `week()` transform would align partitions directly with our query patterns. `month()` is too coarse for week-over-week analysis. -- 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]
