Hi Arrow community, I am looking for a way to do filtering using expression in Java. I did some research and found some information about Gandiva Expression Compiler<https://arrow.apache.org/docs/dev/cpp/gandiva.html>, but not sure if it is recommended. Is there a better way to do row filtering using expression in Java? Also, would you recommend using C++ compute framework (similar to Python) instead of something in Java?
Thank you very much! Best, Ha
