wjones127 commented on PR #34392:
URL: https://github.com/apache/arrow/pull/34392#issuecomment-1520711622

   > what are your thoughts about this?
   
   It sounds like there may be some subtle bug with the null buffers in 
`Concatenate` function. The other failure indicates it's not that it ignores 
it, since there is a new null instead of a missing one.
   
   It sounds almost like buffer overflow similar to what I debugged here 
https://github.com/apache/arrow/pull/12216 but I tried the 
ARROW_DEBUG_MEMORY_POOL check on the failing CI job and it didn't detect 
anything. Although these are null buffers for one value each that are being 
concatenated, so buffer overflow isn't quite right either.


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