yiguolei commented on code in PR #66472:
URL: https://github.com/apache/doris/pull/66472#discussion_r3747273106
##########
be/src/storage/delete/delete_handler.cpp:
##########
@@ -583,34 +618,31 @@ Status DeleteHandler::init(TabletSchemaSPtr tablet_schema,
int32_t col_unique_id = -1;
if (in_predicate.has_column_unique_id()) {
col_unique_id = in_predicate.column_unique_id();
- } else {
- // if upgrade from version 2.0.x, column_unique_id maybe not
set
- const auto& pre_column =
Review Comment:
这里为啥删了啊?
--
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]