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++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types #40060

Closed
Tracked by #40058
AlenkaF opened this issue Feb 13, 2024 · 1 comment

Comments

@AlenkaF
Copy link
Member

AlenkaF commented Feb 13, 2024

Describe the enhancement requested

This issue is a part of #40058 adds support for different data types and covers:

Component(s)

C++, Python

jorisvandenbossche added a commit that referenced this issue Mar 26, 2024
…or - add support for different data types (#40359)

### What changes are included in this PR?

- Added support for `RecordBatches` with fields of different type in the conversion `RecordBatch` → `Tensor`.
- Added detail of the constraints to the `RecordBatch.to_tensor()` docstrings, see #40064 (comment).

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #40060

Lead-authored-by: AlenkaF <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche jorisvandenbossche added this to the 16.0.0 milestone Mar 26, 2024
@jorisvandenbossche
Copy link
Member

Issue resolved by pull request 40359
#40359

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

2 participants