bk-mz opened a new pull request, #12854: URL: https://github.com/apache/iceberg/pull/12854
Previously, the composite read limit was incorrectly constructed using maxFilesPerMicroBatch for both the max files and max rows limits. This commit fixes the bug by using maxRecordsPerMicroBatch to set the max rows limit. Changes: - In getDefaultReadLimit(), update the second element of the composite limit array to use maxRecordsPerMicroBatch instead of duplicating maxFilesPerMicroBatch. -- 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