Rich-T-kid commented on PR #25576: URL: https://github.com/apache/datafusion/pull/25576#issuecomment-5771920919
hmm 🤔 seems the ci is failing because the AggregateStatistics optimizer only folds `COUNT(DISTINCT)` to a constant when distinct_count is `Precision::Exact`. changing the ndv to `Inexact` may be correct but it may affect other piece of datafusion. will take a closer look tomorrow -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
