You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jiangzhx (via GitHub)" <gi...@apache.org> on 2023/03/07 12:09:01 UTC

[GitHub] [arrow-datafusion] jiangzhx commented on issue #5473: Cannot Count(Expr:Wildcard) with DataFrame API

jiangzhx commented on issue #5473:
URL: https://github.com/apache/arrow-datafusion/issues/5473#issuecomment-1458059130

   > Ideally see if can push this logic to the LogicalPlanBuilder, so as to not duplicate the logic b/w DataFrame API and SQL planning?
   
   how about add a new OptimizerRule? to rewrite count(*) to count(1)


-- 
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-unsubscribe@arrow.apache.org

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