qsourav opened a new issue, #47369: URL: https://github.com/apache/arrow/issues/47369
### Describe the bug, including details regarding any error messages, version, and platform. Hi, Thank you for the great work. I just found a potential issue in the existing pyarrow code base. https://github.com/apache/arrow/blob/main/python/pyarrow/parquet/core.py#L184 The error message is a little strange. > ValueError: "a" is not a valid operator in predicates. Should it be as follows instead? ```py raise ValueError(f'"{op}" is not a valid operator in predicates.') ``` Thanks and Regards, Sourav Saha ### Component(s) Python -- 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]
