rspears74 commented on code in PR #8562:
URL: https://github.com/apache/arrow-datafusion/pull/8562#discussion_r1443860094
##########
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:
Personally I like the enforcement of length 1 (I mentioned this problem
initially in the issue I opened), but it does seem to be a bit cumbersome to
deal with.
--
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]