Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
meegoo committed Oct 14, 2024
1 parent 8c64515 commit 352f248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4183,7 +4183,7 @@ public void modifyTableMutableBucketNum(Database db, OlapTable table, Map<String

public void modifyTableEnableLoadProfile(Database db, OlapTable table, Map<String, String> properties) {
Locker locker = new Locker();
Preconditions.checkArgument(locker.isDbWriteLockHeldByCurrentThread(db));
Preconditions.checkArgument(locker.isWriteLockHeldByCurrentThread(db));
TableProperty tableProperty = table.getTableProperty();
if (tableProperty == null) {
tableProperty = new TableProperty(properties);
Expand Down

0 comments on commit 352f248

Please sign in to comment.