0x26res commented on issue #15109:
URL: https://github.com/apache/arrow/issues/15109#issuecomment-1387386703

   Should we change it to:
   ```
      if (children.size() == 0 && null_bitmap == nullptr) { 
        return Status::Invalid("Can't infer struct array length with 0 child 
arrays"); 
      } 
   ```
   And probably change the code below to infer the size from the `null_bitmap` 
in that specific case?
   


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