We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67912a1 commit 57d6edcCopy full SHA for 57d6edc
1 file changed
be/src/exprs/table_function/vjson_each.cpp
@@ -149,6 +149,7 @@ void VJsonEachTableFunction<TEXT_MODE>::process_close() {
149
_json_column = nullptr;
150
_kv_pairs.first = nullptr;
151
_kv_pairs.second = nullptr;
152
+ _cur_size = 0;
153
}
154
155
template <bool TEXT_MODE>
0 commit comments