alamb commented on issue #104: URL: https://github.com/apache/arrow-datafusion/issues/104#issuecomment-1749443648
> Could you help with finding out where to move the logic of CountWildcardRule into? It looks like to keep the wildcard we need to put it after AnalyzerRules but at the same time it's not one of OptimizerRules and it doesn't look like it could be done in physical plan... I wonder if you can simply add an alias like `count(1) AS "COUNT(*)"` as part of whatever does the initial rewrite (is it in the SQL planner?) -- 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]
