RussellSpitzer commented on issue #15236: URL: https://github.com/apache/iceberg/issues/15236#issuecomment-3854510554
I believe we did this explicitly. Basically any table which previously did not specify a compression codec would have been using gzip, so in Spark Write Conf (and other locations) if the **table property** isn't set we keep the old behavior. We always attempt not to have a behavior change for existing users when possible. New tables would set the new default table property, so they would get zstd by default and since table properties supercede the old defaults, they ZSTD becomes the default for all new tables. -- 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]
