Christopher Prohm
Christopher Prohm
@raj-nimble good questions, what's the best option. One option would probably be to copy the code of `UnionBuilder` into a separate file and adapt it: - build a union builder...
@raj-nimble regarding tests: I will add a method to easily construct the new internal array objects. this way you should be able to easily get the underlying data out and...
@raj-nimble I started to work o a proper release for the 0.12 series. Hence the change in base branch.
Great to hear! Re.: getting the data out of the arrays: you can use `build_arrays` of the `ArrayBuilder` and then match on the variants of the [`Array` enum](https://github.com/chmp/serde_arrow/blob/839d34b9a89bfe04f6c2f07996ff3234f26c734d/serde_arrow/src/internal/arrow/array.rs#L10). Something along...
@raj-nimble Oh that's a tricky. The reason is the following: - A null struct value needs to have value for its fields, that why `serialize_none` calls `serialize_default` for each of...
@raj-nimble Thanks for the update. And no worries. I myself am quite busy with other things and can't really devote much time to serde_arrow. Just give me a ping when...
Reconsider removing arrow2 as the maintenance burden is minimal.
@v1gnesh a bit delayed, but I wrote a [short note](https://cprohm.de/blog/serde-arrow-refactor/) on the current changes :)
Hi @JohnEmhoff, Thanks a lot for the report and the detailed sample. You're right. When I rewrote the tracing logic to use Serde directly, I introduced some bugs for `Null`...
Just FYI: If I traced the root cause correctly, the issue should be isolated to 0.11.6.