Skip to content

Commit 57d6edc

Browse files
committed
fix
1 parent 67912a1 commit 57d6edc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

be/src/exprs/table_function/vjson_each.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ void VJsonEachTableFunction<TEXT_MODE>::process_close() {
149149
_json_column = nullptr;
150150
_kv_pairs.first = nullptr;
151151
_kv_pairs.second = nullptr;
152+
_cur_size = 0;
152153
}
153154

154155
template <bool TEXT_MODE>

0 commit comments

Comments
 (0)