You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error description: "FileNotFoundError: C:/...<full_path>.../Relative path/random_table/part-00001-...c000.snappy.parquet"
This was raised from _ensure_single_source() function in pyarrow/dataset.py
Whenever I try to do the .compute() operation to convert it to a pandas dataframe, the error above is raised, even though the files and folder are present.
I have tried setting the 'dataframe.query-planning' option to False, but no luck
The text was updated successfully, but these errors were encountered:
Hello. I am facing this issue on a local deltalake table on a single machine setup.
Environment:
Minimal code to reproduce:
Error description: "FileNotFoundError: C:/...<full_path>.../Relative path/random_table/part-00001-...c000.snappy.parquet"
This was raised from _ensure_single_source() function in pyarrow/dataset.py
Whenever I try to do the .compute() operation to convert it to a pandas dataframe, the error above is raised, even though the files and folder are present.
I have tried setting the 'dataframe.query-planning' option to False, but no luck
The text was updated successfully, but these errors were encountered: