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
The pyarrow package is about 80MB, which is giant. This is especially impactful for python apps which are distributed (much larger than the rest of the app combined).
The feature it provides (parquet checking) isn't needed by most users.
I'd suggest making that dependency optional. If present, use the package. If missing raise a helpful error telling them to install it.
The text was updated successfully, but these errors were encountered:
The pyarrow package is about 80MB, which is giant. This is especially impactful for python apps which are distributed (much larger than the rest of the app combined).
The feature it provides (parquet checking) isn't needed by most users.
I'd suggest making that dependency optional. If present, use the package. If missing raise a helpful error telling them to install it.
The text was updated successfully, but these errors were encountered: