Skip to content

Commit

Permalink
Merge branch 'master' into enhancement_nereids_kill-query-support-union
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao-MR authored Nov 22, 2024
2 parents d5c08b0 + d8215d7 commit 92c6bdf
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1385,12 +1385,7 @@ public List<String> getEqualPartitionNames(List<Long> partitionIds1, List<Long>
}

public List<Long> getPartitionIds() {
readLock();
try {
return new ArrayList<>(idToPartition.keySet());
} finally {
readUnlock();
}
return new ArrayList<>(idToPartition.keySet());
}

public Set<String> getCopiedBfColumns() {
Expand Down

0 comments on commit 92c6bdf

Please sign in to comment.