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/06/07 17:08:28 UTC

[GitHub] [arrow] lidavidm opened a new issue, #35974: [Go] C Data Interface should import schema up front instead of panicking

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

   ### Describe the enhancement requested
   
   Same issue that bit the C++ implementation: Schema() is infallible so it can't be implemented on top of C Data Interface (where get_schema is fallible) without panicking. We should import the schema up front and report the error properly.
   
   ### Component(s)
   
   Go


-- 
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] lidavidm closed issue #35974: [Go] C Data Interface should import schema up front instead of panicking

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #35974: [Go] C Data Interface should import schema up front instead of panicking
URL: https://github.com/apache/arrow/issues/35974


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