rtpsw commented on PR #14347:
URL: https://github.com/apache/arrow/pull/14347#issuecomment-1277837076

   > But again, during development you can call `Validate[Full]` in your own 
code. It doesn't really make sense to randomly add checks in Arrow functions, 
IMHO.
   
   Well, not really randomly, but I understand what you're saying. While I 
agree one can easily add validation calls to the code while developing, I still 
think it's not convenient because in many cases the segfault is not making it 
easy to determine which structure is invalid. Moreover, a segfault is a 
relatively good result; when luck betrays, the result might be a memory leak or 
a buffer overrun that would make analysis of the root cause much harder.
   
   Having said that, since you seem to be firm in your opinion, I'll stop 
pushing for this PR. It's not high priority.


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