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


##########
be/src/olap/rowset/segment_v2/column_writer.cpp:
##########
@@ -295,6 +295,11 @@ Status ColumnWriter::create_variant_writer(const 
ColumnWriterOptions& opts,
                                            const TabletColumn* column, 
io::FileWriter* file_writer,
                                            std::unique_ptr<ColumnWriter>* 
writer) {
     if (column->is_extracted_column()) {
+        if (column->name().find(DOC_VALUE_COLUMN_PATH) != std::string::npos) {

Review Comment:
   add more comment about the two ifs



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