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
When reading Parquet files, the Arrow library reads int32s from
unaligned memory. After upgrading to Clang 18 we started getting
warnings about this when testing locally and errors in CI. This is safe
to suppress: the read code path is only used in tests.
0 commit comments