mirror of https://github.com/apache/druid.git
[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…
Reference in New Issue