Skip to content

Commit

Permalink
Update src/datanode/src/region_server.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
lyang24 and evenyag authored Sep 24, 2024
1 parent 4d7201b commit 4d18291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/region_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl RegionServer {
.context(DataFusionSnafu)?
.data;

let res = self
self
.inner
.handle_read(QueryRequest { plan, ..request })
.await
Expand Down

0 comments on commit 4d18291

Please sign in to comment.