Crystrix opened a new pull request #12299:
URL: https://github.com/apache/arrow/pull/12299


   - If min_count == 0 and skip_nulls == true `hash_sum` returns an int64 
scalar of 0, otherwise return a int64 scalar of null
   - If min_count == 0 and skip_nulls == true `hash_product` returns an int64 
scalar of 1, otherwise return a int64 scalar of null
   - If min_count == 0 and skip_nulls == true `hash_mean` returns an float64 
scalar of 0, otherwise return a float64 scalar of null


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