mirror of
https://github.com/apache/druid.git
synced 2025-02-18 16:12:23 +00:00
[bugfix]fix getAvgSizePerGranularity logic in DerivativeDataSourceManager(materializedview) (#8929)
* fix getAvgSizePerGranularity in DerivativeDataSourceManager * revert * redo
This commit is contained in:
parent
9236dd9467
commit
41f30e53a6
@ -246,7 +246,7 @@ public class DerivativeDataSourceManager
|
||||
return null;
|
||||
}
|
||||
)
|
||||
.first();
|
||||
.list();
|
||||
return intervals.isEmpty() ? 0L : totalSize / intervals.size();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user