dannycjones opened a new pull request, #10239: URL: https://github.com/apache/arrow-rs/pull/10239
# Which issue does this PR close? - Closes https://github.com/apache/arrow-rs/issues/9031. # Rationale for this change The original feature flag was misspelt. We should update it to use the correct spelling and maintain an alias until a breaking release is made. There is no warning introduced yet for the removal of the old feature flag. It could be added using a build script, however I believe that adds unnecessary overhead when we have no other use for build scripts at this time in the `parquet` crate. # What changes are included in this PR? This change renames the feature flag including all code references. It also maintains an alias such that existing users aren't broken but the new feature flag can be adopted. # Are these changes tested? This change relies on existing CI tests. # Are there any user-facing changes? Yes, the feature flag is updated. To my knowledge, I've updated all references to it. -- 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]
