ZhangHuiGui opened a new issue, #40631: URL: https://github.com/apache/arrow/issues/40631
### Describe the bug, including details regarding any error messages, version, and platform. The codes below seems to have forgotten to handle the conjunctions of AND and OR. Forget to handle `AND` ? https://github.com/apache/arrow/blob/5718a2862b4254d8bf938912d8958837ac7313a5/cpp/src/arrow/compute/expression.cc#L914 Forget to handle `AND` an `OR` ? https://github.com/apache/arrow/blob/5718a2862b4254d8bf938912d8958837ac7313a5/cpp/src/arrow/compute/expression.cc#L877-L903 ### Component(s) C++ -- 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]
