klion26 commented on code in PR #92:
URL: https://github.com/apache/parquet-testing/pull/92#discussion_r2273543168
##########
variant/data_dictionary.json:
##########
@@ -69,5 +69,9 @@
"primitive_string": "This string is longer than 64 bytes and therefore
does not fit in a short_string and it also includes several non ascii
characters such as \ud83d\udc22, \ud83d\udc96, \u2665\ufe0f, \ud83c\udfa3 and
\ud83e\udd26!!",
"primitive_timestamp": "2025-04-16 12:34:56.78-04:00",
"primitive_timestampntz": "2025-04-16 12:34:56.78",
- "short_string": "Less than 64 bytes (\u2764\ufe0f with utf8)"
-}
\ No newline at end of file
+ "primitive_timestamp_nanos": "2024-11-07T12:33:54.123456789+00:00",
+ "primitive_timestampntz_nanos": "2024-11-07T12:33:54.123456789",
+ "short_string": "Less than 64 bytes (\u2764\ufe0f with utf8)",
Review Comment:
Thanks for pointing this out, fixed it.
--
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]