You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/31 15:05:27 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #718: go/adbc/pkg: catch panics at interface boundary

lidavidm opened a new issue, #718:
URL: https://github.com/apache/arrow-adbc/issues/718

   crashing is kind of rude? that said after a panic there's no guarantee anything will work either. possibly we could 'poison' the object(s) so that from then on they all raise errors when you attempt to use them - more work, but again, avoids a hard crash.


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-adbc] lidavidm commented on issue #718: go/adbc/pkg: catch panics at interface boundary

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #718:
URL: https://github.com/apache/arrow-adbc/issues/718#issuecomment-1570760071

   @zeroshade what do you think? It seems like it'd be a bunch of work, but not crashing clients outright is worth it IMO


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] zeroshade commented on issue #718: go/adbc/pkg: catch panics at interface boundary

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on issue #718:
URL: https://github.com/apache/arrow-adbc/issues/718#issuecomment-1570888788

   I think this is a good idea. 


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] lidavidm closed issue #718: go/adbc/pkg: catch panics at interface boundary

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #718: go/adbc/pkg: catch panics at interface boundary
URL: https://github.com/apache/arrow-adbc/issues/718


-- 
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: issues-unsubscribe@arrow.apache.org

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