wgtmac commented on PR #46906:
URL: https://github.com/apache/arrow/pull/46906#issuecomment-3228274569

   I have successfully reproduced it without meson. Simply run `cmake .. 
-DCMAKE_BUILD_TYPE=Debug -DARROW_BUILD_TESTS=ON -DARROW_ORC=ON 
-DARROW_USE_UBSAN=ON`
   
   ```
   [----------] 3 tests from TestORCWriterNoConversion
   [ RUN      ] TestORCWriterNoConversion.writeNoNulls
   [       OK ] TestORCWriterNoConversion.writeNoNulls (87 ms)
   [ RUN      ] TestORCWriterNoConversion.writeMixed
   /Users/gangwu/Projects/arrow/cpp/src/arrow/adapters/orc/util.cc:216:27: 
runtime error: signed integer overflow: 6949478456235920402 * 1000000000 cannot 
be represented in type 'int64_t' (aka 'long long')
   SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior 
/Users/gangwu/Projects/arrow/cpp/src/arrow/adapters/orc/util.cc:216:27
   ```


-- 
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