Skip to content

Commit

Permalink
address CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Dec 2, 2022
1 parent 4ec38d1 commit 4fa8220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/grpc/storage_service/route.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pub async fn handle_route<Q>(
ctx: &HandlerContext<'_, Q>,
req: RouteRequest,
) -> Result<RouteResponse> {
// TODO: the case sensitive mode with quoted is not supported now, all table
// name will be converted to lowercase.
let normalized_metrics = req
.metrics
.into_iter()
Expand Down

0 comments on commit 4fa8220

Please sign in to comment.