Vasil Danielov Pashov

Results 32 issues of Vasil Danielov Pashov

**Describe the bug** When the staging area is consisted of DataFrames without any rows calling `sort_and_finalize_staged_data` fails. **Steps to reproduce** ```python import pandas as pd import numpy as np import...

bug

**Describe the bug** If the staged segment is of only empty DataFrames (`pd.DataFrame([])`) calling `sort_and_finalize_staged_data` throws. **Steps to reproduce** ```python import pandas as pd import numpy as np import arcticdb...

bug

**Describe the bug** If nothing is added to the staged segment and `sort_and_finalize_staged_data` an exception is thrown. **Steps to reproduce** ```python import pandas as pd import numpy as np import...

bug

**Describe the bug** When `sort_and_finalize_staged_data` is used with `mode=StagedDataFinalizeMethod.APPEND` it allows to append index such that the overall index becomes out of order. For example it's possible for the appended...

bug

### 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....

### 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

### 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 As segfault is not reproducible locally I'm running python conda tests with valgrind on the CI #### What does this implement or fix? #### Any other comments?...