lidavidm commented on issue #3103:
URL: https://github.com/apache/arrow-adbc/issues/3103#issuecomment-3043143428

   Currently the `database/sql` adapter doesn't implement a conversion from 
time.Time to arrow.Timestamp, instead it appears to expect you to do the 
conversion yourself. So for the time being, you could construct an 
`arrow.Timestamp` value from the `time.Time`, e.g. via 
https://pkg.go.dev/github.com/apache/arrow-go/v18@v18.3.1/arrow#TimestampFromTime
   
   But we should implement the conversion.


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

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

Reply via email to