wesm commented on PR #12460:
URL: https://github.com/apache/arrow/pull/12460#issuecomment-1159136158

   > An ExecBatch with all scalars does not necessarily have a length of 1.
   
   I think we're talking about different things — many of the ScalarKernel 
implementations have two implementations: one for all scalars which returns a 
scalar, and another for arrays that returns an array. I'm just talking about 
nixing the first code path such that the scalars -> scalar code path runs 
through a common implementation rather than a duplicated one. 


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