zhuqi-lucas commented on PR #21182: URL: https://github.com/apache/datafusion/pull/21182#issuecomment-4149692453
@adriangb Updated as you suggested — created a precursor PR with both benchmarks and SLT tests: https://github.com/apache/datafusion/pull/21213 The SLT tests (Test A-E) use **pre-optimization** expected plans. Once #21213 merges and I rebase this PR, the diff here will clearly show how the optimization changes the test expectations (e.g., Test B's file order changes from `[x, y, z]` to `[z, y, x]` due to statistics-based reordering). -- 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]
