Skip to content

Commit 5be2fa7

Browse files
committed
fix: update code block syntax in documentation
1 parent 2bc8256 commit 5be2fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/nested_struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub fn cast_column(source_col: &ArrayRef, target_field: &Field) -> Result<ArrayR
145145
/// * `Err(DataFusionError)` with detailed error message if incompatible
146146
///
147147
/// # Examples
148-
/// ```ignore
148+
/// ```text
149149
/// // Compatible: source has extra field, target has missing field
150150
/// // Source: {a: i32, b: string, c: f64}
151151
/// // Target: {a: i64, d: bool}

0 commit comments

Comments
 (0)