dataroaring commented on code in PR #54936:
URL: https://github.com/apache/doris/pull/54936#discussion_r2439790929
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java:
##########
@@ -207,6 +207,9 @@ public enum OlapTableState {
private boolean hasSequenceCol;
private Type sequenceType;
+ @Getter
+ @Setter
+ private Map<String, List<String>> columnSeqMapping = null;
Review Comment:
Please add comment for key and value, and we'd better use column UniqueId
for column.
--
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]