amorynan commented on code in PR #56977:
URL: https://github.com/apache/doris/pull/56977#discussion_r2454455520


##########
be/src/vec/columns/column_variant.h:
##########
@@ -574,6 +557,9 @@ class ColumnVariant final : public COWHelper<IColumn, 
ColumnVariant> {
     static std::pair<Field, FieldInfo> deserialize_from_sparse_column(const 
ColumnString* value,
                                                                       size_t 
row);
 
+    static void deserialize_from_sparse_column2(const ColumnString* value, 
size_t row, Field& res,

Review Comment:
   Is this interface 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