ex791857 commented on issue #13801:
URL: https://github.com/apache/arrow/issues/13801#issuecomment-1206112423

   I looked into Arrow source code and tracked to
   
   ```CPP
   int Schema::num_fields() const { return 
static_cast<int>(impl_->fields_.size()); }
   ```
   
   Maybe impl_ is a nullptr which causes a segmentation fault. But impl_ should 
be initialized when constructing the Schema


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