alamb commented on code in PR #13623:
URL: https://github.com/apache/datafusion/pull/13623#discussion_r1866553525


##########
datafusion/common/src/utils/mod.rs:
##########
@@ -321,89 +321,180 @@ pub fn longest_consecutive_prefix<T: Borrow<usize>>(
     count
 }
 
+/// Creates single element [`ListArray`], [`LargeListArray`] and

Review Comment:
   The idea is to pull the wrapping code into this structure so it remains 
consistent across list types



-- 
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]

Reply via email to