alamb opened a new pull request #788:
URL: https://github.com/apache/arrow-datafusion/pull/788


   # Which issue does this PR close?
   
    Re https://github.com/apache/arrow-datafusion/pull/786
   
   
   Changes:
   1. Reduce size of ScalarValue from 64 bytes to 32 bytes by boxing 
`ScalarValue:List`s internal parts
   
   
    # Rationale for this change
   1. A smaller `ScalarValue` means switching to use it in hash aggregations 
and hash joins will not be as expensive memory wise (where one is instantiated 
for each distinct grouping value)
   
   # What changes are included in this PR?
   1. Reduce size of ScalarValue from 64 bytes to 32 bytes by boxing 
`ScalarValue:List`s internal parts
   
   # Are there any user-facing changes?
   No
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to