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

Support protocol version checks #929

Closed
dennyglee opened this issue Nov 10, 2022 · 0 comments · Fixed by #932
Closed

Support protocol version checks #929

dennyglee opened this issue Nov 10, 2022 · 0 comments · Fixed by #932
Labels
enhancement New feature or request

Comments

@dennyglee
Copy link
Collaborator

dennyglee commented Nov 10, 2022

Description

Add protocol version checks and report the supported Delta protocol version. If

Use Case
User is reading a Delta table with delta-rs but if at the delta-rs does not support deletion vectors, it should report back that this is currently unsupported by delta-rs.

Related Issue(s)
#928, #930

@dennyglee dennyglee added the enhancement New feature or request label Nov 10, 2022
fvaleye pushed a commit that referenced this issue Nov 13, 2022
# Description

We weren't enforcing the reader protocol version, causing issues when
trying to read tables with column mapping.

# Related Issue(s)

- closes #929


# Documentation

<!---
Share links to useful documentation
--->
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

Successfully merging a pull request may close this issue.

1 participant