We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31775e7 commit f684fd0Copy full SHA for f684fd0
velox/exec/AggregateWindow.cpp
@@ -151,6 +151,7 @@ class AggregateWindowFunction : public exec::WindowFunction {
151
// aggregate_ function object should be initialized.
152
auto singleGroup = std::vector<vector_size_t>{0};
153
aggregate_->clear();
154
+ aggregate_->destroy(folly::Range<char**>(&rawSingleGroupRow_, 1));
155
aggregate_->initializeNewGroups(&rawSingleGroupRow_, singleGroup);
156
aggregateInitialized_ = true;
157
}
0 commit comments