Skip to content

[fix](AuditLog) add cloudClusterName field for audit_log system table#42084

Closed
BePPPower wants to merge 1 commit intoapache:masterfrom
BePPPower:addAuditLogField
Closed

[fix](AuditLog) add cloudClusterName field for audit_log system table#42084
BePPPower wants to merge 1 commit intoapache:masterfrom
BePPPower:addAuditLogField

Conversation

@BePPPower
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@BePPPower
Copy link
Contributor Author

run buildall

AUDIT_SCHEMA.add(
new ColumnDef("workload_group", TypeDef.create(PrimitiveType.STRING), ColumnNullableType.NULLABLE));
AUDIT_SCHEMA.add(new ColumnDef("stmt", TypeDef.create(PrimitiveType.STRING), ColumnNullableType.NULLABLE));
AUDIT_SCHEMA.add(new ColumnDef("cloudClusterName", TypeDef.create(PrimitiveType.STRING),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be computeGroupName

@morningman morningman closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants