Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 3, 2024
1 parent ffc11be commit dc34bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/vec/functions/function_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -2788,8 +2788,8 @@ class FunctionUrlDecode : public IFunction {
StringOP::push_value_string(decoded_url, i, res_chars, res_offsets);
}

block.get_by_position(result).column =
ColumnNullable::create(std::move(res), std::move(null_map));
block.get_by_position(result).column = std::move(res);

return Status::OK();
}
};
Expand Down

0 comments on commit dc34bd1

Please sign in to comment.