yiguolei commented on code in PR #66472:
URL: https://github.com/apache/doris/pull/66472#discussion_r3757380352
##########
be/src/storage/rowset/rowset_reader_context.h:
##########
@@ -45,7 +45,6 @@ struct RowsetReaderContext {
Version version {-1, -1};
TabletSchemaSPtr tablet_schema = nullptr;
std::vector<int> topn_filter_source_node_ids;
- int topn_filter_target_node_id = -1;
Review Comment:
这个为什么删掉了?
##########
be/src/storage/tablet/tablet_schema.h:
##########
@@ -406,7 +406,7 @@ using PathSet = phmap::flat_hash_set<std::string>;
class TabletSchema : public MetadataAdder<TabletSchema> {
public:
- enum class ColumnType { NORMAL = 0, DROPPED = 1, VARIANT = 2 };
Review Comment:
这个我们改了枚举的int 值,这个值我们没有持久化过把?
--
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]