lyne7-sc commented on code in PR #20805:
URL: https://github.com/apache/datafusion/pull/20805#discussion_r2960063830
##########
datafusion/functions-nested/src/map.rs:
##########
@@ -500,7 +500,8 @@ fn make_map_array_from_fixed_size_list(
let nulls_bitmap = keys.nulls().cloned();
let keys = fixed_size_list_to_arrays(keys);
- let values = fixed_size_list_to_arrays(values);
+ let values =
Review Comment:
Extended that test👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]