File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ impl TryFrom<&Vec<SimpleExtensionDeclaration>> for Extensions {
115115impl From < Extensions > for Vec < SimpleExtensionDeclaration > {
116116 // Silence deprecation warnings for `extension_uri_reference` during the uri -> urn migration
117117 // See: https://github.com/substrait-io/substrait/issues/856
118- #[ expect( deprecated) ]
119118 fn from ( val : Extensions ) -> Vec < SimpleExtensionDeclaration > {
120119 let mut extensions = vec ! [ ] ;
121120 for ( f_anchor, f_name) in val. functions {
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ use substrait::version;
6262/// message. The field names of the input schema will be serialized.
6363// Silence deprecation warnings for `extension_uris` during the uri -> urn migration
6464// See: https://github.com/substrait-io/substrait/issues/856
65- #[ expect( deprecated) ]
6665pub fn to_substrait_extended_expr (
6766 exprs : & [ ( & Expr , & Field ) ] ,
6867 schema : & DFSchemaRef ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ use substrait::version;
2626/// Convert DataFusion LogicalPlan to Substrait Plan
2727// Silence deprecation warnings for `extension_uris` during the uri -> urn migration
2828// See: https://github.com/substrait-io/substrait/issues/856
29- #[ expect( deprecated) ]
3029pub fn to_substrait_plan (
3130 plan : & LogicalPlan ,
3231 state : & SessionState ,
You can’t perform that action at this time.
0 commit comments