apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

File writer preserve dict bug #6711

Closed brancz closed 6 days ago

brancz commented 1 week ago

Which issue does this PR close?

Closes #6710

Rationale for this change

See issue.

What changes are included in this PR?

Fix writing of IPC files where dict IDs are not preserved.

Are there any user-facing changes?

No user-facing changes, only a bug fix.

@tustvold @alamb