Skip to content
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

Help delta-rs migrate? #714

Open
ion-elgreco opened this issue Feb 23, 2025 · 3 comments
Open

Help delta-rs migrate? #714

ion-elgreco opened this issue Feb 23, 2025 · 3 comments
Assignees

Comments

@ion-elgreco
Copy link
Contributor

I am wondering whether you guys could help us migrate stuff to kernel quicker?

Currently kernel and delta-rs is evolving side by side which is wasted effort imho

@zachschuermann zachschuermann self-assigned this Feb 24, 2025
@zachschuermann
Copy link
Collaborator

Hi @ion-elgreco! I would love to help delta-rs migrate. Now that the kernel has matured I'll begin to prioritize our integrations as much as I can. We've hopefully got some changes landing (checkpointing, a continuously improving log replay, etc.) which will make delta-rs' life easier :) - our weekly sync is on thursdays if you'd like to join to discuss some work that we can share? or happy to set aside some time for us to sync!

@riziles
Copy link

riziles commented Feb 24, 2025

@ion-elgreco and @zachschuermann , one comment on this:

I believe Polars and DuckDB both use delta-kernel-rs under the hood to read delta tables; however, both of them fail to read a delta table stored on a mapped network drive on Windows. They both throw the error "Unable to convert URL "file:///path/to/deltalake/part-00001-e595e40e-0357-4132-bb8e-693d76080f1b-c000.snappy.parquet" to filesystem path"

delta-rs does not have to seem to have this issue, but I haven't yet been able to ascertain why it works in one package but not the other.

@ion-elgreco
Copy link
Contributor Author

Hi @ion-elgreco! I would love to help delta-rs migrate. Now that the kernel has matured I'll begin to prioritize our integrations as much as I can. We've hopefully got some changes landing (checkpointing, a continuously improving log replay, etc.) which will make delta-rs' life easier :) - our weekly sync is on thursdays if you'd like to join to discuss some work that we can share? or happy to set aside some time for us to sync!

Can you send me the link for this on slack? :) I'll see if I can join at those time slots

@ion-elgreco and @zachschuermann , one comment on this:

I believe Polars and DuckDB both use delta-kernel-rs under the hood to read delta tables; however, both of them fail to read a delta table stored on a mapped network drive on Windows. They both throw the error "Unable to convert URL "file:///path/to/deltalake/part-00001-e595e40e-0357-4132-bb8e-693d76080f1b-c000.snappy.parquet" to filesystem path"

delta-rs does not have to seem to have this issue, but I haven't yet been able to ascertain why it works in one package but not the other.

Pola-rs uses delta-rs not delta-kernel-rs, and dispatches the reading to their own parquet reader. Any issues with their reader should be brought up with them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants