We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e510b commit a257e78Copy full SHA for a257e78
src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp
@@ -71,6 +71,7 @@ class AzureIteratorAsync final : public IObjectStorageIteratorAsync
71
if (client->IsClientForDisk())
72
ProfileEvents::increment(ProfileEvents::DiskAzureListObjects);
73
74
+ chassert(batch.empty());
75
auto blob_list_response = client->ListBlobs(options);
76
auto blobs_list = blob_list_response.Blobs;
77
batch.reserve(blobs_list.size());
0 commit comments