Skip to content

Commit a84ccd7

Browse files
zz_yclaude
andcommitted
fix: add missing value_column arg to AggregationConfig::new
The function takes 17 args — was passing only 16 (missing the value_column: Option<String> parameter). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d0895ce commit a84ccd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

asap-query-engine/src/bin/test_e2e_precompute.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ fn make_sum_agg_config(
594594
None,
595595
None,
596596
None,
597+
None,
597598
)
598599
}
599600

0 commit comments

Comments
 (0)