You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "waynr (via GitHub)" <gi...@apache.org> on 2024/03/29 15:04:59 UTC

[I] [Go][FlightRPC] FlightSQL driver should support conversion from Arrow's array.Duration type [arrow]

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

   ### Describe the enhancement requested
   
   In the tool I'm working with I get the following when attempting to use FlightRPC's golang sql interface to read query results that include an `array.Duration`:
   
   ```
   error   iterating rows failed: type *array.Duration: not supported
   ```
   
   I tracked this error message down to here: https://github.com/apache/arrow/blob/main/go/arrow/flight/flightsql/driver/utils.go#L114
   
   And the arrow type down to here: https://github.com/apache/arrow/blob/main/go/arrow/array/numeric.gen.go#L1340-L1344
   
   I'll open a PR after opening this issue because I found it was a simple two line fix for me.
   
   ### Component(s)
   
   FlightRPC, 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


Re: [I] [Go][FlightRPC] FlightSQL driver should support conversion from Arrow's array.Duration type [arrow]

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #40888: [Go][FlightRPC] FlightSQL driver should support conversion from Arrow's array.Duration type 
URL: https://github.com/apache/arrow/issues/40888


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


Re: [I] [Go][FlightRPC] FlightSQL driver should support conversion from Arrow's array.Duration type [arrow]

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

   Issue resolved by pull request 40889
   https://github.com/apache/arrow/pull/40889


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