eldenmoon commented on code in PR #66858:
URL: https://github.com/apache/doris/pull/66858#discussion_r3900443092


##########
be/src/storage/tablet/tablet_schema.h:
##########
@@ -323,10 +323,7 @@ class TabletColumn : public MetadataAdder<TabletColumn> {
     PatternTypePB _pattern_type = PatternTypePB::MATCH_NAME_GLOB;
 
     VariantParams _variant;
-    // TODO: Remove this transient read-schema marker after legacy 
ColumnVariant destinations are
-    // deleted and Variant readers always produce ColumnVariantV2. It only 
selects the in-memory
-    // compute destination and must never be serialized into tablet or segment 
metadata.
-    bool _variant_is_v2 = false;
+    bool _variant_is_v2 = true;

Review Comment:
   _variant_is_v2 是不是可以删了



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