damianm-dev opened a new issue, #14345:
URL: https://github.com/apache/iceberg/issues/14345
### Query engine
Spark 3.5.6
### Question
Does Apache Iceberg 1.10 support rewriting data files within a multi-level
partition structure such as month_key=10-2025/date_key=14102025?
And is it sufficient to use the min-input-files option — as shown in the
documentation
CALL catalog_name.system.rewrite_data_files(
table => 'db.sample',
options => map('min-input-files','2')
);
to automatically compact small files in such partitions?
--
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]