-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading delta table as pyarrow dataset does not work #131
Comments
I have also tried to convert table to dataset in the following way:
but the result is the same |
@dudzicp - Could you give us the delta files to reproduce this? |
Where in the code snippet is dt defined, or did you mean delta_table |
Yes, I meant delta_table. It's been 5 months since I have reported this. Let me reproduce this with latest version of datafusion so then I will provide sample delta table. |
I have been able to read delta tables using the approach above on DF 42.0.0. However it can be extremely slow for large tables because we don't push down filters. A follow up solution will be provided in #921 and a corresponding update to delta-rs. I am going to close this because the immediate problem is resolved. Please reopen the issue if you continue to have problems. |
Describe the bug
I am unable to display the contents of delta tables stored locally
To Reproduce
then run the following code:
When executed in notebook in vs code, this script can run for >20 min and I am unable to interrupt the execution.
Expected behavior
Top rows displayed
The text was updated successfully, but these errors were encountered: