Jefffrey commented on code in PR #19669:
URL: https://github.com/apache/datafusion/pull/19669#discussion_r2679194714


##########
datafusion/sqllogictest/test_files/aggregate.slt:
##########
@@ -8246,3 +8246,281 @@ query R
 select percentile_cont(null, 0.5);
 ----
 NULL
+
+
+# Enable streaming aggregation by limiting partitions and ensuring sorted input
+statement ok
+set datafusion.execution.target_partitions = 1;

Review Comment:
   Should we reset this config at the end of these tests, so it doesn't bleed 
into any tests added afterward?



-- 
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]

Reply via email to