docs: Leave a TODO note

pull/24376/head
Carol (Nichols || Goulding) 2021-02-01 14:05:57 -05:00
parent 19673657c2
commit b0a3ac1a65
1 changed files with 2 additions and 0 deletions
src/influxdb_ioxd

View File

@ -99,6 +99,8 @@ where
Err(tonic::Status::unimplemented("Not yet implemented"))
}
// TODO: Stream results back directly by using `execute` instead of `collect`
// https://docs.rs/datafusion/3.0.0/datafusion/physical_plan/trait.ExecutionPlan.html#tymethod.execute
async fn do_get(
&self,
request: Request<Ticket>,