Skip to content

Commit 4032d58

Browse files
committed
fix bugs
1 parent 8c0b8c4 commit 4032d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ pub fn unqualified_field_not_found(name: &str, schema: &DFSchema) -> DataFusionE
723723
})
724724
}
725725

726-
pub fn add_possible_column_notes(
726+
pub fn add_possible_columns_to_diag(
727727
diagnostic: &mut Diagnostic,
728728
field: &Column,
729729
valid_fields: &[Column],

0 commit comments

Comments
 (0)