Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datalake: suppress alignment errors from Arrow
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.
- Loading branch information