jacobmarble opened a new pull request, #9008:
URL: https://github.com/apache/iceberg/pull/9008

   Helps #8657
   
   This change adds field `ChronoUnit unit` to `TimestampType`, such that 
`TimestampType` now represents four specified types:
   - `timestamp` (existing)
   - `timestamptz` (existing)
   - `timestamp_ns` (new #8683)
   - `timestamptz_ns` (new #8683)
   
   Note that TimestampType.with[out]Zone() are marked as deprecated in this 
change. In future PRs, I'll remove usage of these static methods.


-- 
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]

Reply via email to