brancz opened a new pull request, #6788: URL: https://github.com/apache/arrow-rs/pull/6788
# Which issue does this PR close? Related to https://github.com/apache/arrow-rs/issues/5981 # Rationale for this change This is the first step towards removing the `dict_id` field as discussed in https://github.com/apache/arrow-rs/issues/5981. With this patch the default behavior changes to what the behavior will be once the field is fully removed. The previous behavior can still be restored by passing `with_preserve_dict_id(true)`, however, doing so is now deprecated and will be removed together with the `dict_id` in the next (March) DataFusion release. # What changes are included in this PR? Default to not preserving the dict ID from the schema field `dict_id`. # Are there any user-facing changes? Not a breaking change to an API, but the default behavior changes. @tustvold @alamb -- 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]
