Kouhei Sutou created ARROW-2527:
---
Summary: [GLib] Enable GPU document
Key: ARROW-2527
URL: https://issues.apache.org/jira/browse/ARROW-2527
Project: Apache Arrow
Issue Type: Improvement
Kouhei Sutou created ARROW-2526:
---
Summary: [GLib] Update .gitignore
Key: ARROW-2526
URL: https://issues.apache.org/jira/browse/ARROW-2526
Project: Apache Arrow
Issue Type: Improvement
Kouhei Sutou created ARROW-2525:
---
Summary: [GLib] Add garrow_struct_array_flatten()
Key: ARROW-2525
URL: https://issues.apache.org/jira/browse/ARROW-2525
Project: Apache Arrow
Issue Type: Impro
Krisztian Szucs created ARROW-2524:
--
Summary: [TEST] Run spark integration tests regularly
Key: ARROW-2524
URL: https://issues.apache.org/jira/browse/ARROW-2524
Project: Apache Arrow
Issue T
So it turns out this refactor isn't as disruptive as I thought and I mostly
have it working already.
The buffer/builder/list types barely change at all other than the fact that
we no longer need all those macros after moving to generics.
It really is only array.rs that is pretty much a rewrite.