Re: [I] [Go][Arrow] Remove `panic` from `arrow.Schema` and `arrow.Metadata` construction [arrow-go]

2025-04-28 Thread via GitHub
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

[I] Go [arrow]

2024-11-26 Thread via GitHub
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

[I] [Go][Arrow] Remove `panic` from `arrow.Schema` and `arrow.Metadata` construction [arrow-go]

2024-08-29 Thread via GitHub
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`

Re: [I] [Go] [arrow/ipc/writer] voffsets are not updated when Binary-like arrays get truncated [arrow]

2024-07-15 Thread via GitHub
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

[I] [Go][Arrow Flight ] [arrow]

2023-10-02 Thread via GitHub
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