Skip to content

Commit

Permalink
add const column be ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Apr 8, 2024
1 parent d9a5a44 commit 332e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/vec/function/function_string_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ TEST(function_string_test, function_strcmp_test) {
DataSet const_dataset = {line};
static_cast<void>(
check_function<DataTypeInt16, true>(func_name, input_types, const_dataset));
}
}
}
}

Expand Down

0 comments on commit 332e138

Please sign in to comment.