Skip to content

Remove use of deprecated dict_id in datafusion-proto #14173

@alamb

Description

@alamb

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions