Himanshu-2005-code commented on PR #24231: URL: https://github.com/apache/datafusion/pull/24231#issuecomment-5245280803
I’ve finished the fix and regression coverage for the order-sensitive limit issue. Summary: preserved required_ordering when limits are rebuilt during limit pushdown preserved the same metadata for fallback limits created by sort pushdown added targeted regression tests for reinserted order-sensitive limits Validation: cargo check -p datafusion-physical-optimizer — passed cargo clippy -p datafusion-physical-optimizer --all-targets -- -D warnings — passed cargo fmt --all -- --check — passed cargo test -p datafusion-physical-optimizer — passed This addresses #24215 and is ready for review. Please let me know if you’d like any additional coverage or changes. -- 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]
