Skip to content

Commit

Permalink
Update datafusion/common/src/dfschema.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
  • Loading branch information
waynexia and comphead authored Jun 28, 2024
1 parent c579528 commit 9a0dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/dfschema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl DFSchema {
/// Create a new `DFSchema` from a list of Arrow [Field]s
#[deprecated(
since = "40.0.0",
note = "Please use `from_unqualified_fields` instead (this one's name is a typo)"
note = "Please use `from_unqualified_fields` instead (this one's name is a typo). This method is subject to be removed soon"
)]
pub fn from_unqualifed_fields(
fields: Fields,
Expand Down

0 comments on commit 9a0dafc

Please sign in to comment.