alamb commented on code in PR #8562:
URL: https://github.com/apache/arrow-datafusion/pull/8562#discussion_r1446520763
##########
datafusion/common/src/scalar.rs:
##########
@@ -142,13 +143,13 @@ pub enum ScalarValue {
/// Fixed size list scalar.
///
/// The array must be a FixedSizeListArray with length 1.
- FixedSizeList(ArrayRef),
+ FixedSizeList(Arc<FixedSizeListArray>),
Review Comment:
Let's file a follow on ticket for continuing improving the representation of
list constants
--
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]