Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteTheDDDDt committed Nov 28, 2024
1 parent 1ad1a96 commit 06b675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/exprs/runtime_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class IRuntimeFilter {

int64_t get_synced_size() const {
if (_synced_size == -1) {
return Status::InternalError("sync filter size meet error, filter: {}", debug_string());
throw Status::InternalError("sync filter size meet error, filter: {}", debug_string());
}
return _synced_size;
}
Expand Down

0 comments on commit 06b675e

Please sign in to comment.