brancz commented on issue #6443:
URL: https://github.com/apache/arrow-rs/issues/6443#issuecomment-2368905461

   This confused me at first as well, but #5971 actually only solved it for IPC 
via flight, because it pre-processes the schema. This is about IPC without 
flight.
   
   I opened #6444 which intentionally doesn't change the behavior introduced in 
#5971, but I think long term it would be better to consolidate at the lower 
level that I implemented in #6444, because that will mean that we'll actually 
be able to remove the `dict_id` field from the `Schema`, as with the approach 
in #6444 the assigning the dict ID is done entirely separately from the 
`Schema`, and only through the dictionary tracker.


-- 
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]

Reply via email to