nealrichardson commented on PR #13550:
URL: https://github.com/apache/arrow/pull/13550#issuecomment-1179155666

   I looked to the end of the verbose test output, where you see 
`test-chunked-array` running and then it dies after the assertion on L260: 
https://github.com/apache/arrow/runs/7243906864?check_suite_focus=true#step:11:6360
   
   So I checked out what's happening in the test. By my reading of the output, 
it does not always occur, but when it does, it happens when you Filter an empty 
ChunkedArray with another (boolean) empty ChunkedArray: 
https://github.com/apache/arrow/blob/master/r/tests/testthat/test-chunked-array.R#L265
   
   


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