chaokunyang commented on issue #35732: URL: https://github.com/apache/arrow/issues/35732#issuecomment-1560580991
> I think you are looking for `take` instead of `slice`: > > ``` > >>> arrow_arr1.take(arr2) > <pyarrow.lib.StringArray object at 0x7f41b76c6e60> > [ > "b", > "c" > ] > ``` `take` will work, I missed out this API, thanks for you reply -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
