The region_distribution
should returns RegionDistribution
instead of Result<RegionDistribution>
#3079
Labels
good first issue
Good for newcomers
What type of enhancement is this?
Tech debt reduction
What does the enhancement do?
greptimedb/src/common/meta/src/rpc/router.rs
Lines 33 to 46 in b9302e4
Here is no reason to return
Result<RegionDistribution>
, Let's refactor it.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: