Muhammad Hamza Sajjad

Results 7 issues of Muhammad Hamza Sajjad

**Is your feature request related to a problem? Please describe.** Currently the standard way of reading a blob from azure is as follows: ```cpp // set Azure::Storage::Blobs::BlobContainerClient container_client; auto blob_client...

question
Client
customer-reported
Storage
issue-addressed

#### Reference Issues/PRs Fixes #1148. previously if a type was mismatched in the QueryBuilder as follows ```python df1 = pd.DataFrame({"col1": [1, 2, 3], "col2": [2, 3, 4], "col3": [4, 5,...

bug

### Describe the bug When a pickled symbol is written, `lib._nvs.get_num_rows` returns incorrect row count. Please view the repro code. ### Steps/Code to Reproduce ```python lib.write_pickle("sym_pickled", pd.date_range("2024-03-01", "2024-03-31", freq="B")) lib._nvs.get_num_rows("sym_pickled")...

bug

#### Reference Issues/PRs There is a compatibility issue with columns containing empty types written in 4.0.x or earlier. For version 4.0.x, the buffer was remaining behind the correct position which...

#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...

New release of GH runner image 20240603.1.0 lead to CI failures on windows. This was due to VS toolset update https://github.com/actions/runner-images/issues/10004. This should be reverted once a new image is...

enhancement

According to the docs for static override we should do ``` > gcc -o myprogram mimalloc.o myfile1.c ... ``` I am using mimalloc from vcpkg. But the `mimalloc.o` file is...