-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
I am using pyarrow in my project. It works well for version 0.13.0
However, it seems recently there is a release for 0.14.0. After upgrading to the latest, I got this error.
AttributeError: module 'pyarrow' has no attribute 'compat'
Stacktrace:
2019-07-06 09:08:21 Traceback (most recent call last):
2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/src/PerfTestRunner.py", line 12, in
2019-07-06 09:08:21 import snowflake.connector
2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/snowflake/connector/init.py", line 21, in
2019-07-06 09:08:21 from .connection import SnowflakeConnection
2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/snowflake/connector/connection.py", line 42, in
2019-07-06 09:08:21 from .cursor import SnowflakeCursor, LOG_MAX_QUERY_LENGTH
2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/snowflake/connector/cursor.py", line 35, in
2019-07-06 09:08:21 from pyarrow.ipc import open_stream
2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/pyarrow/init.py", line 47, in
2019-07-06 09:08:21 import pyarrow.compat as compat
I can provide more detail if requested.
Reporter: Haowei Yu / @sfc-gh-hyu
Assignee: Wes McKinney / @wesm
PRs and other links:
Note: This issue was originally created as ARROW-5868. Please see the migration documentation for further details.