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

[Protocol] Correct Delta Spec DV version field byte range #2736

Merged

Conversation

larsk-db
Copy link
Contributor

@larsk-db larsk-db commented Mar 8, 2024

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (Protocol)

Description

The protocol spec accidentally described the version field for the DV file format as being 0 - 1, i.e. a 2-byte range, but in truth it's only a single byte. This was likely a left-over from when the spec describe the ranges with exclusive bounds, rather than inclusive. This PR corrects this to clarify that only byte 0 contains the version number.

How was this patch tested?

n/a

Does this PR introduce any user-facing changes?

No.

@vkorukanti vkorukanti merged commit 2f2acb7 into delta-io:master Mar 8, 2024
6 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.

2 participants