myandpr commented on PR #21032: URL: https://github.com/apache/datafusion/pull/21032#issuecomment-4090052232
The current CI failures are due to an outdated `clickbench.slt` expectation rather than the `OneOf` changes in this PR. The failing `EXPLAIN` for `COUNT(DISTINCT ...)` now gets optimized to `ProjectionExec + PlaceholderRowExec` because exact NDV can be derived from Parquet metadata. That was fixed in [#21050](https://github.com/apache/datafusion/pull/21050). I have rebased this branch onto the latest `main`, so the updated expectation is now included here as well. -- 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]
