Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Nov 22, 2024
1 parent 2a8ae33 commit cc0ad92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public class AsyncProfilerTaskLogRecord extends Record {
private String instanceId;
@Column(name = OPERATION_TYPE, storageOnly = true)
private int operationType;
@ElasticSearch.EnableDocValues
@Column(name = OPERATION_TIME)
private long operationTime;
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class ProfileTaskLogRecord extends Record {
private String instanceId;
@Column(name = OPERATION_TYPE, storageOnly = true)
private int operationType;
@ElasticSearch.EnableDocValues
@Column(name = OPERATION_TIME)
private long operationTime;
@Getter
Expand Down

0 comments on commit cc0ad92

Please sign in to comment.