thorfour opened a new pull request, #7539:
URL: https://github.com/apache/arrow-rs/pull/7539

   # Which issue does this PR close?
   
   Closes #7538 
   
   # Rationale for this change
    
   This prevents a panic that can happen with empty struct arrays.
   
   # What changes are included in this PR?
   
   Small unit test that exacerbates the panic by attempting to filter a struct 
array with no columns. 
   Fix was to call `StructArray:new_unchecked_with_length` since the predicate 
of the filter contains the number rows the array requires.
   
   # 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