lirui-apache commented on issue #15465: URL: https://github.com/apache/iceberg/issues/15465#issuecomment-3976163521
@RussellSpitzer Yes we have the `output-spec-id` option. But to use it, our service needs to figure out which spec the input files belong to, which adds extra cost. Besides, it does not handle the case where input files belong to multiple specs. So I think it's helpful to have a parameter indicating compaction should be done within input specs. When the intent is to compact small files, this guarantees we won't get things worse. -- 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]
