Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arrow-schema/src/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ impl Field {
/// # Error
///
/// Returns an error if
/// - this field does have a canonical extension type (mismatch or missing)
/// - this field does not have a canonical extension type (mismatch or missing)
/// - the canonical extension is not supported
/// - the construction of the extension type fails
#[cfg(feature = "canonical_extension_types")]
Expand Down
Loading