[fix](partition) Fix wrong partition distribution key info for random hash olap table (#9104)
This commit is contained in:
@ -260,7 +260,7 @@ public class PartitionsProcDir implements ProcDirInterface {
|
||||
}
|
||||
partitionInfo.add(sb.toString());
|
||||
} else {
|
||||
partitionInfo.add("ALL KEY");
|
||||
partitionInfo.add("RANDOM");
|
||||
}
|
||||
|
||||
partitionInfo.add(distributionInfo.getBucketNum());
|
||||
|
||||
Reference in New Issue
Block a user