You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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>
Describe the enhancement requested
This issue is a part of #40058 adds support for different data types and covers:
Component(s)
C++, Python
The text was updated successfully, but these errors were encountered: