kbendick commented on pull request #2916: URL: https://github.com/apache/iceberg/pull/2916#issuecomment-895801700
> When iceberg write pos-delete file there is one default value 'DEFAULT_RECORDS_NUM_THRESHOLD = 100_000L'. When pos-delete records number attain 100_000 will open one new file, so when there is too much pos-delete records will create too much pos-delete. So in this PR add configuration write.records-num-threshold that users can control pos-delete file number. When you say that there is one default value, does this value previously exist (and is simply not exposed)? I'm not seeing any reference to anything resembling this config in the diff. -- 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]
