matthewmturner commented on pull request #1063:
URL: https://github.com/apache/arrow-datafusion/pull/1063#issuecomment-943395313
@Dandandan @rdettai can you provide some color on why we have different
return expressions for the `take_optimizable_count` and
`take_optimizable_count_with_nulls`?
Specifically, the expression for `take_optimizable_count` is
`"COUNT(Uint8(1))"` and for `take_optimizable_count_with_nulls` is
`"COUNT({})", col_expr.name()"`
--
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]