zeroshade closed issue #46: [Go][Arrow] Remove `panic` from `arrow.Schema` and
`arrow.Metadata` construction
URL: https://github.com/apache/arrow-go/issues/46
--
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
tscottcoombes1 opened a new issue, #44857:
URL: https://github.com/apache/arrow/issues/44857
### Describe the enhancement requested
Support google/protobuf/struct.proto
Current impl hits a recursion error
### Component(s)
Go
--
This is an automated message from
ggodik opened a new issue, #46:
URL: https://github.com/apache/arrow-go/issues/46
### Describe the enhancement requested
Prefer to return an `error` instead of `panic` as this situation is due to a
bad user input.
Change the signature to return a `Schema`/`Metadata` and an `error`
joellubi closed issue #41993: [Go] [arrow/ipc/writer] voffsets are not updated
when Binary-like arrays get truncated
URL: https://github.com/apache/arrow/issues/41993
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
polestar1988 opened a new issue, #37976:
URL: https://github.com/apache/arrow/issues/37976
### Describe the usage question you have. Please include as many useful
details as possible.
I have implemented my application using Apache arrow flight in golang, In
the server side I cr