Amogh-2404 commented on PR #24668: URL: https://github.com/apache/datafusion/pull/24668#issuecomment-5466620004
Thanks — both reports are valid. They show that the retained checked-negation work crosses several property contracts and is too broad for this PR. I rebuilt the branch at `22cddf282` to contain only the arithmetic-vs-bitwise simplifier correction. It preserves the existing generic `-(-x) -> x` behaviour. The physical negation, bounds, pruning, ordering-equivalence, SQL unparser, aggregate, and window changes from the earlier revisions are no longer in this PR. The remaining work stays open in #24665 and #24683. The reduced diff is one commit across three files. Full Clippy, `./dev/rust_lint.sh`, the extended workspace suite, and all 505 SQL logic-test files pass. -- 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]
