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

Document Databricks/delta-rs protocol version support by release #2616

Closed
Abhishek1005 opened this issue Jun 22, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Abhishek1005
Copy link

Delta Lake feature compatibility between Spark (Databricks) and pandas/dask using the delta-rs(Delta client) library is dependent on the protocol version support.
Some of the latest Databricks Runtime's protocol versions (minWriterVersion and minReaderVersion) do not match with delta-rs protocol support level currently offered. Hence, a majority of the delta features are incompatible with delta-rs library.

Finding the protocol compatibility information should be made easier.

Hence, documenting the protocol version by release would help make this information (compatibility with Delta Clients/Connectors) easier to find.

@Abhishek1005 Abhishek1005 added the enhancement New feature or request label Jun 22, 2024
@ion-elgreco
Copy link
Collaborator

Updated the readme in the repo

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

No branches or pull requests

2 participants