Describe the bug
Flight encoding panics with "no dict id for field" when sending dictionary-encoded arrays nested inside RunEndEncoded, ListView, LargeListView, FixedSizeList, or Dictionary-of-complex types (e.g. Dict(Int8, Struct { dict: Dict(Int32, Utf8), int: Int32 })). Only affects DictionaryHandling::Resend mode.
To Reproduce
Roundtrip these types.
Expected behavior
No panic
Additional context
Describe the bug
Flight encoding panics with "no dict id for field" when sending dictionary-encoded arrays nested inside
RunEndEncoded,ListView,LargeListView,FixedSizeList, or Dictionary-of-complex types (e.g.Dict(Int8, Struct { dict: Dict(Int32, Utf8), int: Int32 })). Only affects DictionaryHandling::Resend mode.To Reproduce
Roundtrip these types.
Expected behavior
No panic
Additional context