alamb commented on issue #7352: URL: https://github.com/apache/arrow-datafusion/issues/7352#issuecomment-1686980417
I think `Change ScalarValue::List to store ArrayRef` is a great idea An ArrayRef is a pretty high overhead way of representing other scalar types but for lists it is different I also think doing this would allow us to work on / improve the ergonomics of using ListArray in general and set some patterns (like using take and manipulating the list indexes themselves) as well So 👍 from me -- 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]
