rambleraptor opened a new pull request, #2294:
URL: https://github.com/apache/iceberg-python/pull/2294
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
Closes #2270
Related to #1045
# Rationale for this change
This allows us to read nanosecond information from pyarrow. Right now, we
always downcast to microseconds or throw an error. By passing through the
format-version, we can grab nanosecond precision *just for v3 tables*
# Are these changes tested?
Included a test. I can't do a test involving writing since we don't support
v3 writing yet (there's a PR out for that)
# Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]