zeroshade commented on code in PR #935:
URL: https://github.com/apache/arrow-go/pull/935#discussion_r3580664006
##########
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:
Optional: this end-to-end OCF test only exercises `local-timestamp-micros`.
`TestAppendTimestampDataUnionBranches` covers all four branch names at the
appender level, but OCF-level coverage for nullable global
`timestamp-millis`/`timestamp-micros` and `local-timestamp-millis` would also
catch any integration mismatch in Hamba's branch naming/decoding for those
flavors.
--
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]