Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of deprecated dict_id in datafusion-proto #14173

Open
alamb opened this issue Jan 17, 2025 · 1 comment · May be fixed by #14227
Open

Remove use of deprecated dict_id in datafusion-proto #14173

alamb opened this issue Jan 17, 2025 · 1 comment · May be fixed by #14227
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Jan 17, 2025

Is your feature request related to a problem or challenge?

The most recent version of arrow deprecates the dictionary fields from Schema, see

You can see the rationale from @brancz here (it is basically not used):

We should remove the use of the deprecated fields before it is fully removed in some future arrow-rs version

Describe the solution you'd like

I think we simply need to remove the code that serializes and deserialzed the dict_id related fields

Describe alternatives you've considered

No response

Additional context

No response

@cj-zhukov
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants