morrySnow commented on code in PR #63865:
URL: https://github.com/apache/doris/pull/63865#discussion_r3332230953
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchema.java:
##########
@@ -230,6 +230,11 @@ public class InternalSchema {
ScalarType.createType(PrimitiveType.STRING),
ColumnNullableType.NULLABLE));
AUDIT_SCHEMA.add(new ColumnDef("compute_group",
ScalarType.createType(PrimitiveType.STRING),
ColumnNullableType.NULLABLE));
+ // transaction info
+ AUDIT_SCHEMA.add(new ColumnDef("label",
+ ScalarType.createVarchar(Config.label_regex_length),
ColumnNullableType.NULLABLE));
Review Comment:
the name 'label' is too general, maybe `load_label` is a better name?
--
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]