From 18f0a7f61418427f7fac44b91e0850320383b6c8 Mon Sep 17 00:00:00 2001 From: Marco Neumann <marco@crepererum.net> Date: Mon, 17 May 2021 14:01:51 +0200 Subject: [PATCH] docs: reference open issue --- server/src/db.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/db.rs b/server/src/db.rs index 7cf3a618ef..62f971ba14 100644 --- a/server/src/db.rs +++ b/server/src/db.rs @@ -1062,6 +1062,7 @@ impl CatalogState for Catalog { // extract all relevant bits for the in-memory catalog let storage = Storage::new(Arc::clone(&object_store), server_id, db_name.to_string()); + // this is temporary until https://github.com/influxdata/influxdb_iox/issues/1506 is fixed. let (partition_key, chunk_id, table_name) = storage .parse_location(info.path.clone()) .context(PathParseFailed {