Skip to content

Commit f3b3e28

Browse files
compheadandygrove
andauthored
Update native/core/src/execution/planner.rs
Co-authored-by: Andy Grove <agrove@apache.org>
1 parent 60efd76 commit f3b3e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/core/src/execution/planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ impl PhysicalPlanner {
559559
let func = self.create_scalar_function_expr(expr, input_schema);
560560
match expr.func.as_ref() {
561561
// DataFusion map_extract returns array of struct entries even if lookup by key
562-
// Apache Spark waits a single value, so wrap the result into additional list extraction
562+
// Apache Spark wants a single value, so wrap the result into additional list extraction
563563
"map_extract" => Ok(Arc::new(ListExtract::new(
564564
func?,
565565
Arc::new(Literal::new(ScalarValue::Int32(Some(1)))),

0 commit comments

Comments
 (0)