Muhammad Hamza Sajjad

Results 9 comments of Muhammad Hamza Sajjad

I see that there already is [this `BlobClient::Download`](https://github.com/Azure/azure-sdk-for-cpp/blob/a0559c53f7f9327e85ec02831fd4b01bc7233edd/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp#L262) function. Could we just use this? is it equivalent to `BlobClient::DownloadTo` with the difference that it returns the blob data?

> get_num_rows doesn't exist on Library, it's lib._nvs.get_num_rows. Can you check lib.get_description? The provided code was using V1 API where `lib` is instance of `NativeVersionStore`, because this issue came from...

When delayed deletes are concurrent with `scan_object_sizes`, current behaviour throws an exception: ``` StorageException: Not found: Composite: o:__write__*0*1714053087144170821:8986477046003934300:0x70@8725724283296188921[tafl_features/1min/AC,.MF] ``` ArcticDB should just swallow `KeyNotFoundException` and return the objects that are...

**Investigation findings**: I found that the s3 tests are much slower as compared to other storages. Out of a total of ~1500 `integration` tests, I skipped all the s3 tests...

Upgrade to protobuf 5 for pip wheel has been done in #1635. Waiting for https://github.com/conda-forge/protobuf-feedstock/pull/216 for protobuf 5 upgrade of conda

We shouldn't remove `RESOURCE_NOT_FOUND`. As mentioned in [this issue](https://github.com/aws/aws-sdk-cpp/issues/345#issuecomment-288580669), `RESOURCE_NOT_FOUND` is returned when you call `HeadObject()` and the key is not found. You can also see this in failing tests...

@jankleinsorge, I was able to repro [the issue you reported](https://github.com/man-group/ArcticDB/issues/1626#issuecomment-2178658884) on `4.4.2`. The issue does not happen on `4.4.3`. Can you try that out?

Thanks @jankleinsorge. I was able to repro it on `4.4.2` every single time. And I didn't see it on `4.4.3`. I'd recommend using `4.4.3` for now. We are going to...

@philsv, I couldn't repro the [issue you reported](https://github.com/man-group/ArcticDB/issues/1626#issue-2359628337). It is hard to investigate it further without knowing what you are trying to append/write. Perhaps sharing the structure of your existing...