Remove use of deprecated dict_id
in datafusion-proto
#14173
Labels
enhancement
New feature or request
dict_id
in datafusion-proto
#14173
Is your feature request related to a problem or challenge?
The most recent version of arrow deprecates the dictionary fields from Schema, see
54.0.0
and pyo3 to0.23.3
#14153You can see the rationale from @brancz here (it is basically not used):
dict_id
arrow-rs#6873We 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
The text was updated successfully, but these errors were encountered: