You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "felipecrv (via GitHub)" <gi...@apache.org> on 2023/03/22 15:18:02 UTC

[GitHub] [arrow] felipecrv opened a new issue, #34686: [Python][C++] Wrap RunEndEncodedScalar values to make the accessible in pyarrow

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

   ### Describe the enhancement requested
   
   This problem was found by @jorisvandenbossche in a PR review:
   
   https://github.com/apache/arrow/pull/34570#pullrequestreview-1351051906
   
   ```
   In [15]: run_ends = [3, 5, 10, 19]
       ...: values = [1, 2, 1, 3]
       ...: ree_array = pa.RunEndEncodedArray.from_arrays(run_ends, values)
   
   In [16]: ree_array[0]
   ...
   NotImplementedError: Wrapping scalar of type run_end_encoded<run_ends: int64, values: int64>
   ```
   
   ### Component(s)
   
   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


[GitHub] [arrow] jorisvandenbossche closed issue #34686: [Python] Wrap RunEndEncodedScalar values to make the accessible in pyarrow

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #34686: [Python] Wrap RunEndEncodedScalar values to make the accessible in pyarrow
URL: https://github.com/apache/arrow/issues/34686


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