arouel opened a new issue, #3461: URL: https://github.com/apache/parquet-java/issues/3461
### Describe the enhancement requested We see avoidable overhead in `InternalParquetRecordWriter.checkBlockSizeReached()` in a very hot write path, where debug logging calls still incurred work even when debug logs were disabled. At millions of records, that unnecessary boxing/checking adds up. ### Component(s) Core -- 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]
