GreptimeTeam / greptimedb

An Open-Source, Cloud-Native, Unified Time Series Database for Metrics, Events, and Logs with SQL/PromQL supported. Available on GreptimeCloud.
https://greptime.com/
Apache License 2.0
4k stars 289 forks source link

feat: add num_rows and num_row_groups to manifest #4183

Closed waynexia closed 3 weeks ago

waynexia commented 3 weeks ago

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

Add num_rows and num_row_groups to mito manifest.

Checklist

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.79%. Comparing base (5bcd7a1) to head (9126c9c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4183 +/- ## ========================================== - Coverage 85.10% 84.79% -0.31% ========================================== Files 1022 1022 Lines 179849 179906 +57 ========================================== - Hits 153059 152555 -504 - Misses 26790 27351 +561 ```