nastra commented on code in PR #13562:
URL: https://github.com/apache/iceberg/pull/13562#discussion_r2251140582
##########
arrow/src/test/java/org/apache/iceberg/arrow/vectorized/TestArrowReader.java:
##########
@@ -785,6 +844,30 @@ private static org.apache.arrow.vector.types.pojo.Schema
createExpectedArrowSche
new Field(
"decimal_nullable",
new FieldType(true, new ArrowType.Decimal(9, 2, 128), null),
+ null),
+ new Field(
+ "timestamp_ns",
Review Comment:
can you please either call this `timestamp_ns` or `timestamp_nano` in order
to align this with the fields that use a timezone
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]