Skip to content

Commit

Permalink
[core] fix AuditLogTable merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
ranxianglei.rxl committed Nov 11, 2024
1 parent 7841f25 commit bbdd316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public SnapshotReader withBucket(int bucket) {

@Override
public SnapshotReader withBuckets(List<Integer> buckets) {
snapshotReader.withBuckets(buckets);
wrapped.withBuckets(buckets);
return this;
}

Expand Down

0 comments on commit bbdd316

Please sign in to comment.