erezrokah commented on code in PR #510: URL: https://github.com/apache/arrow-go/pull/510#discussion_r2352236949
########## arrow/avro/testdata/testdata.go: ########## @@ -51,7 +51,6 @@ type TimestampMicros int64 func (t TimestampMicros) MarshalJSON() ([]byte, error) { ts := time.Unix(0, int64(t)*int64(time.Microsecond)).UTC().Format(time.RFC3339Nano) - // arrow record marshaller trims trailing zero digits from timestamp so we do the same Review Comment: This comment seems no longer relevant -- 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