alamb commented on code in PR #8743:
URL: https://github.com/apache/arrow-rs/pull/8743#discussion_r2632611257
##########
arrow-schema/src/extension/canonical/mod.rs:
##########
@@ -77,6 +79,11 @@ pub enum CanonicalExtensionType {
///
///
<https://arrow.apache.org/docs/format/CanonicalExtensions.html#bit-boolean>
Bool8(Bool8),
+
+ /// The extension type for `TimestampWithOffset`.
+ ///
+ ///
<https://arrow.apache.org/docs/format/CanonicalExtensions.html#timestamp-with-offset>
+ TimestampWithOffset(TimestampWithOffset),
Review Comment:
Since this is a pub enum, unfortunately this will need to wait until the
next major arrow release (in Jan):
- https://github.com/apache/arrow-rs/issues/8466
--
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]