You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/30 15:53:32 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #14000: ARROW-16174: [Python] FixedSizeListArray.flatten() not ignore slicing

jorisvandenbossche commented on PR #14000:
URL: https://github.com/apache/arrow/pull/14000#issuecomment-1231857595

   By inheriting from BaseListArray, we also inherit the `value_parent_indices` and `value_lengths` methods. Can you check (and test) that those are actually working? (I don't know if those kernels are implemented for fixed size lists) 
   They are also not super useful for fixed size lists, since they will be constant (or constantly increasing), but if working, I suppose it doesn't hurt to have them.


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