abir-eon commented on code in PR #935:
URL: https://github.com/apache/arrow-go/pull/935#discussion_r3584387812
##########
arrow/avro/reader_test.go:
##########
@@ -276,6 +277,92 @@ func TestOCFReaderBytesValues(t *testing.T) {
assert.True(t, nullable.IsNull(1))
}
+func TestOCFReaderNullableLocalTimestampMicros(t *testing.T) {
Review Comment:
Addressed in c70bea62. TestOCFReaderNullableTimestamps now exercises
timestamp-millis, timestamp-micros, local-timestamp-millis, and
local-timestamp-micros end to end through OCF, with one non-null and one null
record per type. Verified under TZ=UTC and TZ=Asia/Jerusalem. Thanks!
--
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]