tadeja opened a new pull request, #50214:
URL: https://github.com/apache/arrow/pull/50214

   ### Rationale for this change
   
   Fix #50210
   ```bash
   JIT session error: Symbols not found: [ _Unwind_Resume ]
   /arrow/cpp/src/gandiva/tests/projector_test.cc:1978: Failure
   ```
   Recent commit 4b64398 introduced a few `std::string` error messages into 
Gandiva precompiled functions.
   
   ### What changes are included in this PR?
   Replace `std::string` in precompiled functions with `snprintf` (bounded by 
buffer size, cannot overflow regardless of input length).
   
   ### Are these changes tested?
   Yes, pass on fork CI:
   [JNI ubuntu-latest 
amd64](https://github.com/tadeja/arrow/actions/runs/27724218930/job/82018788632#step:7:14558)
   [JNI ubuntu-24.04-arm 
arm64/v8](https://github.com/tadeja/arrow/actions/runs/27724218930/job/82018788669#step:7:14868)
   
   ### Are there any user-facing changes?
   No.


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