Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 2, 2024
1 parent 3af67a6 commit 0f7e4e9
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 @@ -2755,8 +2755,8 @@ class FunctionUrlDecode : public IFunction {

Status execute_impl(FunctionContext* context, Block& block,

const ColumnNumbers& arguments, size_t result,
size_t input_rows_count) const override {
const ColumnNumbers& arguments, size_t result,
size_t input_rows_count) const override {
auto null_map = ColumnUInt8::create(input_rows_count, 0);
auto& null_map_data = null_map->get_data();

Expand Down

0 comments on commit 0f7e4e9

Please sign in to comment.