jayzhan211 commented on issue #7353:
URL: 
https://github.com/apache/arrow-datafusion/issues/7353#issuecomment-1694653366

   ScalarValue::List(Option<Vec<ScalarValue>> will change to something like 
ScalarValue::List(ArrayRef)?
   
   It would be really nice if we have ArrayRef for ScalarValue for 
https://github.com/apache/arrow-datafusion/pull/7242. The reason why I need to 
introduce Column::Array is that we don't have ArrayRef inside 
ScalarValue::List!! 


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

Reply via email to