This is an automated email from the ASF dual-hosted git repository.

blaginin pushed a commit to branch dorny-path-filter-rs-pass
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git

commit 7f003d8b4c89d10403af98a0b1c321591584614c
Author: blaginin <[email protected]>
AuthorDate: Sun Nov 23 17:12:41 2025 +0000

    rs non-failing
---
 datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs 
b/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
index 4e04da26f..0d20b56fd 100644
--- a/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
+++ b/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
@@ -171,7 +171,7 @@ async fn test_max() {
 async fn test_sum() {
     let data_gen_config = baseline_config();
 
-    // Queries like SELECT sum(a), sum(distinct) FROM fuzz_table GROUP BY b
+    // Queries like SELECT sum(a), sum(distinct) FROM fuzz_table GROUP BY b. 
test change
     let query_builder = QueryBuilder::new()
         .with_table_name("fuzz_table")
         .with_aggregate_function("sum")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to