raunaqmorarka commented on PR #3085: URL: https://github.com/apache/parquet-java/pull/3085#issuecomment-4484912627
@Fokko @wgtmac @jhorstmann Trino has recently made changes to start writing DELTA_LENGTH_BYTE_ARRAY by default https://github.com/trinodb/trino/pull/29246 based on the benchmark results there. I have updated this PR to include a flag that will allow disabling DELTA_LENGTH_BYTE_ARRAY by default for any old readers that may still not support this. I believe all the major parquet projects are supporting reading this encoding by now. -- 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]
