Chuanlei Ni
07/24/2024, 1:34 AMMicroPartition
is different from arrow. I want to know the consideration why we not use arrow as local format directly. Modin&ray-data are using arrow as the local format. @Colin Ho @jay thxjay
07/24/2024, 1:37 AMjay
07/24/2024, 1:37 AMChuanlei Ni
07/24/2024, 1:38 AMChuanlei Ni
07/24/2024, 1:44 AMumbra strings
Chuanlei Ni
07/24/2024, 1:50 AMTable
support in-place computation? @jayjay
07/24/2024, 4:15 AMwhile we store data in plasma store, canWe don’t do in-place computation, it’s really difficult to reason about when doing distributed data processing. Instead, we are moving to a streaming-based model for memory stabilitysupport in-place computation?Table
jay
07/24/2024, 4:16 AMwe cannot use datafusion or other existing library for operators.Not really, it’s pretty easy to export arrow-shaped data in a zero-copy way if we need to have other libraries work with our data. Our primitives are still arrow based!