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

fix: update delta kernel version #2685

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

jeppe742
Copy link
Contributor

Description

Bump delta kernel version, to support tables written with Uniform protocol enabled

Related Issue(s)

closes #2578

Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@jeppe742 jeppe742 changed the title Update delta kernel version Fix: Update delta kernel version Jul 18, 2024
@jeppe742 jeppe742 changed the title Fix: Update delta kernel version fix: Update delta kernel version Jul 18, 2024
Comment on lines +29 to 30
delta_kernel = { version = "0.2.0" }
# delta_kernel = { path = "../delta-kernel-rs/kernel" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was recently made aware, that rust allows for multiple specs, it's jsut for my local development, but may be worth considering. :)

Suggested change
delta_kernel = { version = "0.2.0" }
# delta_kernel = { path = "../delta-kernel-rs/kernel" }
delta_kernel = { path = "../delta-kernel-rs/kernel", version = "0.2.0" }

@roeap roeap changed the title fix: Update delta kernel version fix: update delta kernel version Jul 18, 2024
@ion-elgreco ion-elgreco merged commit 1b43c4a into delta-io:main Jul 19, 2024
21 of 24 checks passed
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

Successfully merging this pull request may close these issues.

Unable to read delta table created using Uniform
3 participants