smiklos opened a new issue, #4623:
URL: https://github.com/apache/arrow-rs/issues/4623

   **Describe the bug**
   <!--
   A clear and concise description of what the bug is.
   -->
   Passing 0 as size to FixedSizeListArray::try_new panics with division by 
zero.
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   Call FixedSizeListArray::try_new with 0 as size. 
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   If FixedSizeListArrays should not hold empty values, an 
ArrowError::InvalidArgumentError should be returned, otherwise it should be 
possible to construct it with 0 as length of lists contained within.
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


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