diff --git a/arrow-schema/src/datatype.rs b/arrow-schema/src/datatype.rs index 6561f5b8855b..7e1dafbb7e04 100644 --- a/arrow-schema/src/datatype.rs +++ b/arrow-schema/src/datatype.rs @@ -680,7 +680,7 @@ impl DataType { /// the definitions of well-known extension types so as to improve /// interoperability between different systems integrating Arrow columnar data. /// -/// https://arrow.apache.org/docs/format/CanonicalExtensions.html +/// #[non_exhaustive] #[derive(Debug, Clone)] pub enum ExtensionType {