You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cloud blob storage, there is no concept of a folder, just a concept of a "separator" like /. Blobs with the name of your intended folder can exist. When walking a bucket that has a blob with the "folder" name, tiledb.walk() hangs indefinitely.
To reproduce:
tiledb v0.23.1
Bucket with group/array like this:
# Nothing wrong here
gs://bucket/group/__tiledb_group.tdb
gs://bucket/group/array/...
# Hangs indefinitely when walking with tiledb.walk("gs://bucket/")
gs://bucket/group/
gs://bucket/group/__tiledb_group.tdb
gs://bucket/group/array/...
The text was updated successfully, but these errors were encountered:
In cloud blob storage, there is no concept of a folder, just a concept of a "separator" like
/
. Blobs with the name of your intended folder can exist. When walking a bucket that has a blob with the "folder" name, tiledb.walk() hangs indefinitely.To reproduce:
tiledb v0.23.1
Bucket with group/array like this:
The text was updated successfully, but these errors were encountered: