mirror of
https://github.com/apache/druid.git
synced 2025-02-19 16:37:45 +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;
|
return null;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.first();
|
.list();
|
||||||
return intervals.isEmpty() ? 0L : totalSize / intervals.size();
|
return intervals.isEmpty() ? 0L : totalSize / intervals.size();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user