HappenLee commented on code in PR #18903:
URL: https://github.com/apache/doris/pull/18903#discussion_r1173755028


##########
be/src/vec/columns/column_nullable.h:
##########
@@ -385,7 +385,7 @@ class ColumnNullable final : public COWHelper<IColumn, 
ColumnNullable> {
     WrappedPtr null_map;
 
     bool _need_update_has_null = true;
-    bool _has_null;
+    bool _has_null = true;

Review Comment:
   should be false



-- 
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]

Reply via email to