SNOW-1556467: Querying table works from Snowflake UI, but _fetch_pandas_all hangs and crashes kernel #2007
Labels
bug
status-information_needed
Additional information is required from the reporter
status-triage
Issue is under initial triage
Python version
Python 3.10.2 (main, Apr 4 2022, 11:53:00) [Clang 13.1.6 (clang-1316.0.21.2)]
Operating system and processor architecture
macOS-14.5-arm64-arm-64bit
Installed packages
What did you do?
What did you expect to see?
I have a relatively large Snowflake table (4,155,216 rows and 177 columns).
I want to pull the entire table into a Pandas dataframe.
From the Snowflake UI, I can successfully do
When running the same query from a Jupyter notebook (see above), I was expecting the
df
to contain the data from the table.Instead, the script runs for a bit and then hangs. The Python kernel dies and needs to be restarted.
I get the same error with anything but the smallest sample from that table. For example, a
LIMIT 1000
works fine, but aLIMIT 10000
runs into the same issue.I attach the debug logs from the code above (without the initial part of the logs to remove confidential information).
connector_logs2.txt
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: