From 6b2e7aa8fd759ac8ff86681e4a71886fe9928679 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Fri, 31 May 2024 15:13:44 +0200 Subject: [PATCH] Fix docs --- arrow-schema/src/datatype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {