Yoruet commented on code in PR #41739:
URL: https://github.com/apache/doris/pull/41739#discussion_r1797943579
##########
be/src/vec/functions/function_bitmap.cpp:
##########
@@ -506,10 +504,10 @@ 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();
- }
+ // if (auto* nullable = check_and_get_column<const
ColumnNullable>(*column)) {
Review Comment:
done
##########
env.sh:
##########
@@ -19,6 +19,7 @@
# check DORIS_HOME
export LC_ALL=C
+export CUSTOM_NPM_REGISTRY="https://mirrors.huaweicloud.com/repository/npm/"
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]