kevinjqliu commented on PR #1215: URL: https://github.com/apache/iceberg-python/pull/1215#issuecomment-2408621473
- [x] `Time64Type` with `us` precision. This was already supported by the previous code. - [ ] `Time64Type` with `ns` precision, `_downcast_ns_timestamp_to_us` not set. Should error - [ ] `Time64Type` with `ns` precision, `_downcast_ns_timestamp_to_us` is set. Should downcast precision to `us` - [ ] Able to write pyarrow dataframe with a column with `Time64Type` with `ns` precision. You can use #848 as an example where timestamp downcast was implemented -- 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]
