Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 4, 2024
1 parent 2c400a6 commit 4fb7abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/functions/function_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ class FunctionUrlDecode : public IFunction {
url_decode(url_val.to_string(), &decoded_url);

StringOP::push_value_string(decoded_url, i, res_chars, res_offsets);
decode_url.clear();
decoded_url.clear();
}

block.get_by_position(result).column = std::move(res);
Expand Down

0 comments on commit 4fb7abd

Please sign in to comment.