vbhanuchander-lang commented on PR #17613: URL: https://github.com/apache/iceberg/pull/17613#issuecomment-5611681501
@huaxingao would you have time to look at this one? It is the `timestamp_ns` piece of the v3 types work tracked in #15443 — `RecordConverter` currently throws `UnsupportedOperationException` for `timestamp_ns` / `timestamptz_ns`, so a table with a nanosecond timestamp column cannot be written through the sink at all. Self-contained: one converter method plus tests, no changes to existing type handling, and CI is green. Happy to rebase or split it if you would rather see it smaller. For context on the surrounding area, #17933 landed last week. -- 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]
