anjakefala opened a new issue, #34183: URL: https://github.com/apache/arrow/issues/34183
### Describe the enhancement requested As an example, when `Compute` is included in the build but `UTF8Proc` is not, you get failures in the compute tests for the utf-8 modules: > FAILED pyarrow/tests/test_compute.py::test_string_py_compat_boolean[utf8-is_lower] - AttributeError: module 'pyarrow.compute' has no attribute 'utf8_is_printable'. Did you mean: 'ascii_is_printable'? FAILED pyarrow/tests/test_compute.py::test_string_py_compat_boolean[utf8-is_numeric] - AttributeError: module 'pyarrow.compute' has no attribute 'utf8_is_printable'. Did you mean: 'ascii_is_printable'? These functions might be helpful: https://github.com/apache/arrow/blob/925cbd81427ae02ce897c406a264d53c8813b920/python/pyarrow/__init__.py#L96 https://github.com/apache/arrow/blob/925cbd81427ae02ce897c406a264d53c8813b920/python/pyarrow/__init__.py#L119 ### 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]
