dqkqd opened a new issue, #18886: URL: https://github.com/apache/datafusion/issues/18886
### Is your feature request related to a problem or challenge? While looking at #18458, I realized we don't have `ListView` and `LargeListView` in `ScalarValue`. There are some recent PRs supporting `ListView` and `LargeListView` (#18351, #18350). I think it make sense to add them to `ScalarValue`. ### Describe the solution you'd like Add `ListView` and `LargeListView` to `ScalarValue`: https://github.com/apache/datafusion/blob/6ed22bb7cd2d8f078743b00dbc0616341871d463/datafusion/common/src/scalar/mod.rs#L324-L326 ### Describe alternatives you've considered _No response_ ### Additional context This might need to wait after arrow-rs 57.1.0 because there are some list view improvement recently. -- 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]
