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

   It is reproducible. If you take this branch and do:
   
   ```
   cd cpp
   meson setup builddir -Dtests=enabled -Dorc=enabled 
-Db_sanitize=address,undefined
   ```
   
   Then you can either run the test suite with 
   
   ```
   meson test arrow-orc-adapter-test --print-errorlogs
   ```
   
   or run the individual test in 
`builddir/src/arrow/adapters/orc/arrow-orc-adapter-test`
   
   However, I erred in my comment before that this did not appear previously. 
It looks like even back to orc commit 15d86dfcad6fc80ee24cf785419a820a55db103b 
where this PR started that UB can be detected; we may have just gotten lucky 
with CI not failing


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to