pitrou commented on issue #47337:
URL: https://github.com/apache/arrow/issues/47337#issuecomment-3201946137

   > can throw exceptions if certain invalid data is passed that is only 
validated in the C++ layer. Specifically, we observed this traceback:
   
   Ok, thanks. Two points here:
   1) technically, it's not a C++ exception, it's just an abort, so you can't 
catch it anyway
   2) nevertheless, we'd probably want to avoid aborting on invalid input like 
this, can you file an issue so that it can be fixed?
   
   (of course, the nature of the C Data Interface is to pass raw pointers, so 
we cannot protect against all kinds of invalid input...)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to