asolimando commented on PR #21081: URL: https://github.com/apache/datafusion/pull/21081#issuecomment-4217447671
Sorry @gene-bordegaray for the force push, I rebased on main to pick up a conflict with #21077 which had just been merged. @xudong963 since you reviewed and merged #21077 (set NDV=1 for single-value filters), you might find this PR interesting as it extends the same idea: capping NDV at the row count in joins (`max_distinct_count`), filters (`collect_new_statistics`), and `Statistics::with_fetch` (covering Limit, Sort with fetch, etc.). Would appreciate your review if you have bandwidth! -- 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]
