Skip to content

Commit

Permalink
uppp
Browse files Browse the repository at this point in the history
Signed-off-by: Seaven <[email protected]>
  • Loading branch information
Seaven committed Nov 13, 2024
1 parent e6cd7ac commit 243f61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void classifyPartitions(Table table, List<Long> partitions) {
new TabletSampler(mediumLowRatio, MEDIUM_LOW_WEIGHT_READ_RATIO, maxSize, sampleRowsLimit);
TabletSampler low = new TabletSampler(lowRatio, LOW_WEIGHT_READ_RATIO, maxSize, sampleRowsLimit);

for (Tablet tablet : p.getBaseIndex().getTablets()) {
for (Tablet tablet : p.getDefaultPhysicalPartition().getBaseIndex().getTablets()) {
long rowCount = tablet.getFuzzyRowCount();
if (rowCount <= 0) {
continue;
Expand Down

0 comments on commit 243f61d

Please sign in to comment.