hameizi opened a new pull request #2916: URL: https://github.com/apache/iceberg/pull/2916
Add configuration write.records-num-threshold to control how many rows data will open new pos-delete file. Then we can control pos-delete file numbers. 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. -- 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