We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60efd76 commit f3b3e28Copy full SHA for f3b3e28
native/core/src/execution/planner.rs
@@ -559,7 +559,7 @@ impl PhysicalPlanner {
559
let func = self.create_scalar_function_expr(expr, input_schema);
560
match expr.func.as_ref() {
561
// 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
+ // Apache Spark wants a single value, so wrap the result into additional list extraction
563
"map_extract" => Ok(Arc::new(ListExtract::new(
564
func?,
565
Arc::new(Literal::new(ScalarValue::Int32(Some(1)))),
0 commit comments