TsukiokaKogane commented on code in PR #61382:
URL: https://github.com/apache/doris/pull/61382#discussion_r2979969178
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java:
##########
@@ -70,6 +70,9 @@ public class Column implements GsonPostProcessable {
public static final String ROW_STORE_COL = "__DORIS_ROW_STORE_COL__";
public static final String VERSION_COL = "__DORIS_VERSION_COL__";
public static final String SKIP_BITMAP_COL = "__DORIS_SKIP_BITMAP_COL__";
+ // table stream columns
+ public static final String STREAM_CHANGE_TYPE_COL =
"__DORIS_STREAM_CHANGE_TYPE__";
Review Comment:
done
--
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]