Willem-J-an opened a new pull request, #416:
URL: https://github.com/apache/arrow-go/pull/416
### Rationale for this change
#415
### What changes are included in this PR?
Suggestion to add support for supporting time.Time decoded value on
timestamps for arrow record creation
### Are these changes tested?
I have some tests in my own project where with this change:
```
"type" : [ "null", {"type" : "long","logicalType" : "timestamp-millis"}]
is converted to:
arrow.TimestampType{Unit: arrow.Millisecond, TimeZone: "UTC"}
```
### Are there any user-facing changes?
No API changes, just broader compatability.
--
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]