Alex Seaton

Results 25 issues of Alex Seaton

### Describe the bug The Azure we detect (using the openssl python lib) correct certificate locations, and use them in the Azure SDK. For S3, we use the system default....

bug

Our build uses GCC 10. I think our code is mostly compatible with GCC 11 (I spent a week working with GCC 11 by mistake, without running in to any...

### Describe the bug Write a dataframe with a nanosecond precision index. Call `lib.get_description(sym).date_range`. You receive a tuple of `datetime.datetime` which is only microsecond precision - nanoseconds are truncated off....

bug

`test_append_empty_arrays_to_column` See https://github.com/man-group/ArcticDB/pull/819/files#r1434311648 Incorrect GIL handling?

enhancement
flaky test

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

A follow up to https://github.com/man-group/ArcticDB/pull/1756 . This change is not essential and we should only merge it if we think it makes it easier to use the `KeySegmentPair` API correctly....

We use the SDK at the moment, `legacy`. The recommended one is `standard`. We can set this in code when we create the S3 client. This ticket should include some...

**Azure** - [x] #514 **AWS** - [ ] AWS equivalent of issue 514, the SSL certificate path needs to be made configurable with a sensible default. Should be easier than...

epic

(_RBAC_ is not replaced yet) -Add STS auth method to codebase (But no test yet) #### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? ####...

### Describe the bug _No response_ ### Steps/Code to Reproduce ```python symbol = "sorted_test" df = pd.DataFrame({"column": [1, 2, 3, 4]}, index=pd.date_range(start="1/1/2018", end="1/4/2018")) df.index.name = "bananas" lib.write(symbol, df) desc =...

bug