Skip to content

Commit 06e20c6

Browse files
committed
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.
1 parent 91a3c70 commit 06e20c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubsan_suppressions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ nonnull-attribute:aead.c
33
alignment:crc32c_arm64.cc
44
function:openssl/*.c
55
function:openssl-fips/*.c
6+
alignment:arrow/util/ubsan.h

0 commit comments

Comments
 (0)