TsukiokaKogane commented on code in PR #64484:
URL: https://github.com/apache/doris/pull/64484#discussion_r3410702168


##########
be/src/storage/utils.h:
##########
@@ -41,6 +41,7 @@ static const std::string SKIP_BITMAP_COL = 
"__DORIS_SKIP_BITMAP_COL__";
 static const std::string SEQUENCE_COL = "__DORIS_SEQUENCE_COL__";
 static const std::string BINLOG_TIMESTAMP_COL = "__DORIS_BINLOG_TIMESTAMP__";
 static const std::string BINLOG_LSN_COL = "__DORIS_BINLOG_LSN__";
+static const std::string BINLOG_OP_COL = "__DORIS_BINLOG_OP__";

Review Comment:
   why add this?



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