alamb commented on code in PR #13468: URL: https://github.com/apache/datafusion/pull/13468#discussion_r1855566618
########## datafusion/common/src/utils/mod.rs: ########## @@ -342,6 +342,20 @@ pub fn array_into_list_array(arr: ArrayRef, nullable: bool) -> ListArray { ) } +pub fn array_into_list_array_with_field_name( Review Comment: So is the idea that we will backport this to 43.0.0 and then consolidate the other functions on main? That makes sense to me if so -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org