tustvold opened a new issue, #7353:
URL: https://github.com/apache/arrow-datafusion/issues/7353

   ### Is your feature request related to a problem or challenge?
   
   We have recently standardised a scalar abstraction upstream, based around 
the existing Array abstractions.
   
   The rationale behind this is expanded upon here 
https://github.com/apache/arrow-rs/pull/4393#issue-1750177364
   
   ### Describe the solution you'd like
   
   I would like ScalarValue to just be a wrapper around an `ArrayRef`. This 
would avoid a huge amount of duplicated and/or boilerplate code, whilst also 
discouraging implementing non-vectorizable kernels based around ScalarValue.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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