Willem-J-an opened a new issue, #415: URL: https://github.com/apache/arrow-go/issues/415
### Describe the enhancement requested I've run into the following problem: - We have field with "logicalType" : "timestamp-millis" - This is internally decoded by hambaavro to time.Time - time.Time is [not supported in the creation of arrow record](https://github.com/apache/arrow-go/blob/2e570031ca8c8ffcb04ef98b6f6618e0905c0574/arrow/avro/reader_types.go#L861-L875) - OCFReader panics because it expected values for the timestamp field but no values were added I'm wondering if adding support for time.Time in the appendTimestampData function is the way to go, or if there are any other suggestions to resolve this issue? ### Component(s) Integration -- 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-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org