eldenmoon commented on code in PR #34925:
URL: https://github.com/apache/doris/pull/34925#discussion_r1634077563
##########
be/src/olap/rowset/rowset_writer_context.h:
##########
@@ -52,7 +52,8 @@ struct RowsetWriterContext {
io::FileSystemSPtr fs;
std::string rowset_dir;
TabletSchemaSPtr tablet_schema;
- TabletSchemaSPtr original_tablet_schema;
+ // for variant schema update
+ TabletSchemaSPtr merged_tablet_schema;
Review Comment:
no, the tablet_schema can't be changed, since segment_writer init columns
writers with original tablet_schema
--
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]