kou commented on PR #14643: URL: https://github.com/apache/arrow/pull/14643#issuecomment-1315908097
Could you open a Jira issue because this pull request needs more changes? The following log shows that `import _json` in the json library imports pyarrow's `_json` not the json library's one: https://github.com/apache/arrow/actions/runs/3470117791/jobs/5797917201#step:6:481 ```text File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/scanner.py", line 5, in <module> from _json import make_scanner as c_make_scanner File "pyarrow/_json.pyx", line 1, in init pyarrow._json ``` I think that we can fix it by preparing a proper path. I'll take a look at this on my local M1 Mac. Please wait for a while. -- 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]
