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: correct whitespace in delta protocol reader minimum version error message #1576

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

polynomialherder
Copy link
Contributor

Currently the DeltaProtocolError given by an unsupported minimum reader version reads:

DeltaProtocolError: The table's minimum reader version is 2but deltalake only supports up to version 1.

This just adds a space between the min reader version number and the following word ("but") so that it reads

DeltaProtocolError: The table's minimum reader version is 2 but deltalake only supports up to version 1.

@polynomialherder polynomialherder changed the title Add a space in the DeltaProtocolError message Add a space to the DeltaProtocolError message Aug 1, 2023
@github-actions github-actions bot added the binding/python Issues for the Python package label Aug 1, 2023
@github-actions
Copy link

github-actions bot commented Aug 1, 2023

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.

@polynomialherder polynomialherder changed the title Add a space to the DeltaProtocolError message fix: Add a space to the DeltaProtocolError message Aug 1, 2023
@polynomialherder polynomialherder changed the title fix: Add a space to the DeltaProtocolError message fix: correct whitespace in delta protocol reader minimum version error message Aug 1, 2023
@rtyler rtyler merged commit c768ad4 into delta-io:main Aug 1, 2023
23 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants