AdamGS opened a new issue, #17097: URL: https://github.com/apache/datafusion/issues/17097
### Describe the bug When running TPC-DS q39 with filter pushdown enabled, the query fails with the following error: ``` ... does not satisfy order requirements: [w_warehouse_sk@10 ASC, i_item_sk@11 ASC, d_moy@12 ASC, mean@13 ASC, cov@14 ASC, d_moy@7 ASC, mean@8 ASC, cov@9 ASC]. Child-0 order: [[wsk1@0 ASC, isk1@1 ASC, mean1@3 ASC, cov1@4 ASC, d_moy@7 ASC, mean@8 ASC, cov@9 ASC]] ``` which seems to be related to incorrect ordering requirements. ### To Reproduce 1. Enable one of the configurations that result in filter pushdown for parquet (like `ParquetOptions::pushdown_filters`) 2. Run TPC-DS (Couldn't figure out how to do it with DF's tooling) 3. See an error ### Expected behavior _No response_ ### Additional context _No response_ -- 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-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org