Skip to content

arrow-flight: generate dict_ids for dicts nested inside complex types#9556

Open
asubiotto wants to merge 1 commit intoapache:mainfrom
polarsignals:asubiotto/ipcid
Open

arrow-flight: generate dict_ids for dicts nested inside complex types#9556
asubiotto wants to merge 1 commit intoapache:mainfrom
polarsignals:asubiotto/ipcid

Conversation

@asubiotto
Copy link
Contributor

Some cases were missing.

Which issue does this PR close?

Rationale for this change

Fix flight encoding panic

What changes are included in this PR?

Assigning dict ids properly to nested dicts

Are these changes tested?

Yes. The same tests fail on main.

Are there any user-facing changes?

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Mar 13, 2026
@asubiotto
Copy link
Contributor Author

cc @brancz

Some cases were missing.

Signed-off-by: Alfonso Subiotto Marques <alfonso.subiotto@polarsignals.com>
@brancz
Copy link
Contributor

brancz commented Mar 14, 2026

cc @alamb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flight encoding panics with "no dict id for field" with nested dict arrays

2 participants