don4get commented on PR #43607:
URL: https://github.com/apache/arrow/pull/43607#issuecomment-2307473894

   > Sigh, I would check 
ARROW-[GH-43605](https://github.com/apache/arrow/issues/43605).parquet for 
now...
   
   Concerning the panics caused by #41317 and #41321, these are not urgent 
matter because they are in the same thread than the `ReadTable` call, which 
means users can simply handle the panic on their side. I would say it is 
cleaner to simply return an error instead of panicking. Yet since they can 
handle it on their side, it is not urgent.
   
   For the issue I am pointing in #43605, the problem is more severe because 
the panic happens in a goroutine, it is not handled by arrow and the user 
simply cannot handle it. User program will crash, no workaround possible.
   
    


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