Fokko commented on code in PR #531: URL: https://github.com/apache/iceberg-python/pull/531#discussion_r1529971165
########## mkdocs/docs/api.md: ########## @@ -330,6 +330,13 @@ tbl.add_files(file_paths=file_paths) <!-- prettier-ignore-start --> +!!! note "Partitions" + `add_files` only requires the client to read the existing parquet files' metadata footer in order to infer the partition value of each file. This implementation also supports adding files to Iceberg tables with partition transforms like MonthTransform, and TruncateTransform which preserve the order of the values after the transformation (Any Transform that has `preserves_order` property set to True is supported). + +<!-- prettier-ignore-end --> + +<!-- prettier-ignore-start --> Review Comment: ```suggestion ``` -- 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