kiszk commented on code in PR #48221:
URL: https://github.com/apache/arrow/pull/48221#discussion_r2574612690


##########
cpp/src/arrow/buffer_test.cc:
##########
@@ -996,7 +997,8 @@ TYPED_TEST(TypedTestBuffer, TypedResize) {
 
 TYPED_TEST(TypedTestBuffer, ResizeOOM) {
 // This test doesn't play nice with AddressSanitizer
-#ifndef ADDRESS_SANITIZER
+// Skip this test on big-endian architectures (e.g., s390x)
+#if !defined(ADDRESS_SANITIZER) && ARROW_LITTLE_ENDIAN

Review Comment:
   Could you please write why we need to skip this test shortly in this 
comment? In addition, could you please include the link to this PR and include 
the detail in the description of the PR?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to