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

   ### Rationale for this change
   castDECIMAL_utf8 has undefined behavior if input value van not be parsed, 
which causes SIGSEGV for some expressions in Projector.
   ### What changes are included in this PR?
   Setting 0 to out_high, out_low in function castDECIMAL_utf8 to have those 
values initialised if input value can not be parsed.
   Added corresponding test that reproduces SIGSEGV in projector.
   ### Are these changes tested?
   Yes
   ### 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