Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoruet committed Oct 13, 2024
1 parent 16a4dbe commit 5066efa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions be/src/vec/functions/function_bitmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@ class FunctionBitmapCount : public IFunction {
auto& null_map = data_null_map->get_data();

auto column = block.get_by_position(arguments[0]).column;
// if (auto* nullable = check_and_get_column<const ColumnNullable>(*column)) {
// VectorizedUtils::update_null_map(null_map, nullable->get_null_map_data());
// column = nullable->get_nested_column_ptr();
// }
auto str_col = assert_cast<const ColumnBitmap*>(column.get());
const auto& col_data = str_col->get_data();

Expand Down
1 change: 0 additions & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

# check DORIS_HOME
export LC_ALL=C
export CUSTOM_NPM_REGISTRY="https://mirrors.huaweicloud.com/repository/npm/"

if [[ -z "${DORIS_HOME}" ]]; then
echo "Error: DORIS_HOME is not set"
Expand Down

0 comments on commit 5066efa

Please sign in to comment.