Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[c++] Bug with sliced Arrow-table writes #3432

Closed
johnkerl opened this issue Dec 13, 2024 · 0 comments
Closed

[c++] Bug with sliced Arrow-table writes #3432

johnkerl opened this issue Dec 13, 2024 · 0 comments

Comments

@johnkerl
Copy link
Member

johnkerl commented Dec 13, 2024

Describe the bug

The customer repro involved tiledbsoma.io.update_obs with:

Collectively these resulted in an Arrow-table slice here:
https://github.com/single-cell-data/TileDB-SOMA/blob/1.15.0rc4/apis/python/src/tiledbsoma/io/ingest.py#L1128-L1134
and the slices other than the first had, for this one column only, values from the first slice written. The Python-level slicing is correct, and the sliced Arrow table in Python is correct; the incorrect data is only visible (a) when debugging the array-writes in C++, or (b) on readback.

To Reproduce

A simple repro has been encapsulated in #3433 as a new unit-test case.

Tracking: [sc-60767]

@johnkerl johnkerl self-assigned this Dec 13, 2024
@johnkerl johnkerl changed the title Bug with sliced Arrow-table writes [c++] Bug with sliced Arrow-table writes Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant