Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: sperlingxx <[email protected]>
  • Loading branch information
sperlingxx committed May 25, 2021
1 parent 5b5f452 commit 3b2fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/rolling/rolling_detail.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ struct dispatch_rolling {
{
// do any preprocessing of aggregations (eg, MIN -> ARGMIN, COLLECT_LIST -> nothing)
rolling_aggregation_preprocessor preprocessor;
auto preprocessed_aggs = agg.get_simple_aggregations( input.type(), preprocessor);
auto preprocessed_aggs = agg.get_simple_aggregations(input.type(), preprocessor);
CUDF_EXPECTS(preprocessed_aggs.size() <= 1,
"Encountered a non-trivial rolling aggregation result");

Expand Down

0 comments on commit 3b2fdd5

Please sign in to comment.