From 5becb7e35961d3db694b0cd99fcf54922c33cfb2 Mon Sep 17 00:00:00 2001 From: Edd Robinson Date: Wed, 1 Dec 2021 10:34:02 +0000 Subject: [PATCH] refactor: tidy up comments --- influxdb_iox_client/src/client/management.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/influxdb_iox_client/src/client/management.rs b/influxdb_iox_client/src/client/management.rs index c4344b277f..3e26e9703b 100644 --- a/influxdb_iox_client/src/client/management.rs +++ b/influxdb_iox_client/src/client/management.rs @@ -284,7 +284,7 @@ pub enum UnloadPartitionChunkError { ServerError(tonic::Status), } -/// Errors returned by [`Client::unload_partition_chunk`] +/// Errors returned by [`Client::load_partition_chunk`] #[derive(Debug, Error)] pub enum LoadPartitionChunkError { /// Database not found @@ -880,7 +880,7 @@ impl Client { Ok(()) } - /// Unload chunk from read buffer but keep it in object store. + /// Load a chunk from the object store into the Read Buffer. pub async fn load_partition_chunk( &mut self, db_name: impl Into + Send,