zhangstar333 commented on code in PR #44619:
URL: https://github.com/apache/doris/pull/44619#discussion_r1859798263


##########
be/src/vec/columns/column_nullable.h:
##########
@@ -326,10 +326,6 @@ class ColumnNullable final : public COWHelper<IColumn, 
ColumnNullable>, public N
     void set_datetime_type() override { 
get_nested_column().set_datetime_type(); }
 
     bool is_nullable() const override { return true; }
-    bool is_concrete_nullable() const override { return true; }

Review Comment:
   this seems need by dump_data function



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to