This is an automated email from the ASF dual-hosted git repository.
blaginin pushed a commit to branch dorny-path-filter-rs-failure
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git
The following commit(s) were added to refs/heads/dorny-path-filter-rs-failure
by this push:
new ffc2a06f6 rs failure
ffc2a06f6 is described below
commit ffc2a06f6672ff89563bb830616c5ad9f8108a3c
Author: blaginin <[email protected]>
AuthorDate: Sun Nov 23 17:11:30 2025 +0000
rs failure
---
datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
b/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
index 4e04da26f..72dfbee50 100644
--- a/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
+++ b/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs
@@ -169,6 +169,10 @@ async fn test_max() {
#[tokio::test(flavor = "multi_thread")]
async fn test_sum() {
+ if 11 > 1 {
+ panic!();
+ }
+
let data_gen_config = baseline_config();
// Queries like SELECT sum(a), sum(distinct) FROM fuzz_table GROUP BY b
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]