You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Arrow.Table all columns are stored in a Vector{AbstractVector}. This causes downstream type instability problems and performance problems when iterating over a single column.
In
Arrow.Table
all columns are stored in aVector{AbstractVector}
. This causes downstream type instability problems and performance problems when iterating over a single column.This uses Julia v1.10 and Arrow v2.7.1.
The text was updated successfully, but these errors were encountered: