etodd opened a new pull request, #666:
URL: https://github.com/apache/arrow-go/pull/666

   ### Rationale for this change
   
   Parameters passed as `time.Time` were being interpreted incorrectly. 
`Nanosecond()` returns the nanosecond portion of the timestamp within a 
one-second interval, not the number of nanoseconds since the Unix epoch.
   
   ### What changes are included in this PR?
   
   Just a one-liner!
   
   ### Are these changes tested?
   
   Yes, tested locally with a real FlightSQL server.
   
   ### Are there any user-facing changes?
   
   `time.Time` parameters should work now!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to