EdisonZiXing commented on issue #11025:
URL: https://github.com/apache/arrow/issues/11025#issuecomment-909070712


   > That error message means that your version of pyarrow does not have 
gandiva support built in. How did you install pyarrow? The wheels available on 
pip (pypi) do not support gandiva. The wheels available on conda do support 
gandiva. Can you try installing with conda? Or you can build a wheel from 
source following the instructions 
[here](https://arrow.apache.org/docs/developers/python.html).
   
   Here is another question I wanna consult about:
   I'm trying to filter the dataframe with gandiva,and I uesd the Expression 
Tree with Python
   But I can only get the index for the filtered data.How can I get the whole 
row?
   Thanks a lot!!!
   Looking forword to your reply,master!


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


Reply via email to