Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opt](table) Remove unnecessary locks (#44416)
`OlapTable`.`getPartitionIds` not need get readLock, Because it only returns the ID list without any traversal or other operations. If the caller needs to keep the partition of the table unchanged after obtaining the ID list, they should lock it themselves
- Loading branch information