sunchao commented on PR #5421: URL: https://github.com/apache/datafusion-comet/pull/5421#issuecomment-5443267585
Updated in [46ad7eca3](https://github.com/apache/datafusion-comet/commit/46ad7eca3c45be564d4edf065ae3821167acf954). Fixed the new [COUNT+AVG empty-partial report](https://github.com/apache/datafusion-comet/pull/5421#discussion_r3874119048) by declining AVG NativePartialToSparkFinal until its emitted state is repaired. COUNT-only interoperability, AVG SparkPartialToNativeFinal, and fully native execution remain enabled. Both AQE variants reproduced `(1, NULL)` instead of `(1, 1.0)` against this branch's own rebuilt native code before the guard. The final native/JVM builds, style checks, and **49 focused planner/execution tests pass**. The description now explicitly explains why the earlier run with #5420's already-repaired native library did not establish this standalone boundary. The review thread has the detailed fix and test scope; no full-suite or multi-version rerun is claimed. -- 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]
