ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.

Results 340 ArcticDB issues
Sort by recently updated
recently updated
newest added

### Describe the bug CMake is generating a correct build files only when executed from a terminal where a python environment was activated. If CMake GUI is used to generate...

enhancement

### Describe the bug IndexRange has a few utility functions: * `friend bool intersects(const IndexRange &left, const IndexRange& right) ` * `friend bool intersects(const IndexRange &rg, const IndexValue &start, const...

enhancement

### Describe the bug The `Find and remove ccache` GH action emits a warning while trying to remove ccache on Windows. It looks like this happens because ccache is missing....

https://github.com/man-group/ArcticDB/actions/runs/9300495907/job/25596708636 https://github.com/man-group/ArcticDB/actions/runs/9288017741/job/25558505873?pr=1584 ``` Traceback (most recent call last): File "/opt/python/cp36-cp36m/lib/python3.6/site-packages/asv/benchmark.py", line 1293, in main_run_server main_run(run_args) File "/opt/python/cp36-cp36m/lib/python3.6/site-packages/asv/benchmark.py", line 1167, in main_run result = benchmark.do_run() File "/opt/python/cp36-cp36m/lib/python3.6/site-packages/asv/benchmark.py", line 573, in do_run...

flaky test

### Describe the bug Assume a dense column of an array type. After update is run no sparse map will be written (as it's dense). The array type handler however...

enhancement

Since arctidb supports S3 and Azure, could support for GCS be added?

enhancement

### Describe the bug When pd.Timestamp, pd.NaT and timezone aware pd.Timestamp are used in the same column write throws a misleading exception. It appears to be working if any two...

bug

#### Reference Issues/PRs CLoses #1666 Only affects V2 API, V1 API will behave as it always has ⚠️ API change, do not merge until 5.0.0 ⚠️

### Describe the bug Any operation (`read`, etc.) that accepts `Timestamp` as a way to locate a version will currently search through all the snapshots if there are no live...