ametel01 commented on code in PR #23038:
URL: https://github.com/apache/datafusion/pull/23038#discussion_r3472979292
##########
datafusion/core/tests/user_defined/user_defined_aggregates.rs:
##########
@@ -103,6 +103,55 @@ async fn test_udaf() {
assert!(!test_state.retract_batch());
}
+#[tokio::test]
+async fn test_zero_argument_udaf() {
Review Comment:
Added the paired variant with
`datafusion.execution.enable_migration_aggregate=false` in 37e3b3e53, reusing
the same nullary UDAF assertions to cover the fallback aggregate path.
Focused check: `cargo test -p datafusion --test user_defined_integration
test_zero_argument_udaf`.
--
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]