From 9a0dafcd0dacc7f56c9c41dfed17d7032b7b7012 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Sat, 29 Jun 2024 00:47:34 +0800 Subject: [PATCH] Update datafusion/common/src/dfschema.rs Co-authored-by: Oleks V --- datafusion/common/src/dfschema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/common/src/dfschema.rs b/datafusion/common/src/dfschema.rs index eb16431b1c28..3c2cc89fc014 100644 --- a/datafusion/common/src/dfschema.rs +++ b/datafusion/common/src/dfschema.rs @@ -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,