EdisonZiXing commented on issue #11034: URL: https://github.com/apache/arrow/issues/11034#issuecomment-917794467
> If you have indices from gandiva you could use [pyarrow.take](https://arrow.apache.org/docs/python/generated/pyarrow.compute.take.html) to collapse the filtered data. Thx for the reply bro! pyarrow.take() to get the data is a little bit slow for me.So I'm trying to find another method.I'm reading the source recently and found that gandiva can only get the indices back first, am I right? -- 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]
