docs: reference open issue

pull/24376/head
Marco Neumann 2021-05-17 14:01:51 +02:00
parent cdf0ada6a6
commit 18f0a7f614
1 changed files with 1 additions and 0 deletions

View File

@ -1062,6 +1062,7 @@ impl CatalogState for Catalog {
// extract all relevant bits for the in-memory catalog // extract all relevant bits for the in-memory catalog
let storage = Storage::new(Arc::clone(&object_store), server_id, db_name.to_string()); 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 let (partition_key, chunk_id, table_name) = storage
.parse_location(info.path.clone()) .parse_location(info.path.clone())
.context(PathParseFailed { .context(PathParseFailed {