uwdata / arquero

Query processing and transformation of array-backed data tables.
https://idl.uw.edu/arquero
BSD 3-Clause "New" or "Revised" License
1.22k stars 64 forks source link

feat: update to arrow 15 #347

Closed domoritz closed 2 weeks ago

domoritz commented 3 months ago

fixes #345

It looks like the difference in the IPC in the tests is due to vectors being nullable now: https://github.com/apache/arrow/pull/39436, https://github.com/apache/arrow/pull/39253, https://github.com/apache/arrow/pull/39254.

jheer commented 2 weeks ago

Thanks!