We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34188b6 commit 8215c7eCopy full SHA for 8215c7e
1 file changed
native/spark-expr/src/struct_funcs/get_struct_field.rs
@@ -66,8 +66,8 @@ impl PhysicalExpr for GetStructField {
66
self
67
}
68
69
- fn fmt_sql(&self, _: &mut Formatter<'_>) -> std::fmt::Result {
70
- unimplemented!()
+ fn fmt_sql(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
+ Display::fmt(self, f)
71
72
73
fn data_type(&self, input_schema: &Schema) -> DataFusionResult<DataType> {
0 commit comments