Commit 7e016f4
Skip first() in Spark aggregation fuzzer to fix CI crashes
Summary:
The Spark aggregation fuzzer consistently crashes (SIGSEGV) when testing
the `first` aggregate function with complex ROW-typed group-by keys in
a streaming aggregation + LocalMerge + abandon-partial-aggregation plan.
This was confirmed across multiple CI runs (seeds 5500 and 9886) where
the fuzzer crashes on plan facebookincubator#14 (FINAL STREAMING over LocalMerge with
forced abandon-partial-aggregation). The crash is a NULL pointer
dereference in the aggregation framework, not in the first() function
implementation itself.
Adding first to the skip list until the root cause in the streaming
aggregation framework is fixed.
Differential Revision: D952518921 parent 2042c2a commit 7e016f4
File tree
1 file changed
+4
-0
lines changed- velox/functions/sparksql/fuzzer
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
0 commit comments