You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/02/13 08:23:06 UTC

[I] [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types [arrow]

AlenkaF opened a new issue, #40060:
URL: https://github.com/apache/arrow/issues/40060

   ### Describe the enhancement requested
   
   This issue is a part of https://github.com/apache/arrow/issues/40058 adds support for different data types and covers:
   
   - Finding a common data type or use [MergeTypes](https://github.com/apache/arrow/blob/2e8bd8d0b53560a561656337021abc3e4aa73f8c/cpp/src/arrow/type.cc#L741) to merge column data types one by one.
   - Casting columns mimicking [ConvertIntegerWithNulls](https://github.com/apache/arrow/blob/c67d0260d4e96472b5cbdff66ca67ead2b9abe4c/python/pyarrow/src/arrow/python/arrow_to_pandas.cc#L550)
   
   ### Component(s)
   
   C++, Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #40060:
URL: https://github.com/apache/arrow/issues/40060#issuecomment-2020823757

   Issue resolved by pull request 40359
   https://github.com/apache/arrow/pull/40359


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #40060: [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types
URL: https://github.com/apache/arrow/issues/40060


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org