yiguolei commented on code in PR #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156662275


##########
be/src/vec/data_types/data_type_fixed_length_object.h:
##########
@@ -61,6 +61,7 @@ class DataTypeFixedLengthObject final : public IDataType {
 
     bool is_categorial() const override { return 
is_value_represented_by_integer(); }
     bool can_be_inside_low_cardinality() const override { return false; }
+    bool can_be_inside_nullable() const override { return true; }

Review Comment:
   This method is useless?



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