ShiKaiWi commented on code in PR #1451:
URL:
https://github.com/apache/incubator-horaedb/pull/1451#discussion_r1465876491
##########
src/analytic_engine/src/engine.rs:
##########
@@ -234,6 +242,63 @@ impl TableEngine for TableEngineImpl {
self.close_tables_of_shard(close_requests).await
}
+
+ async fn report_statistics(&self) -> Result<Option<TableEngineStats>> {
Review Comment:
This case has been taken into consideration, and the solution is that a
filter based on shards will be applied when reporting to meta.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]