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: Table-Exists if Server returns 204 #739

Merged
merged 2 commits into from
May 23, 2024

Conversation

c-thiel
Copy link
Contributor

@c-thiel c-thiel commented May 14, 2024

Fixes #735

Copy link
Contributor

@amogh-jahagirdar amogh-jahagirdar left a comment

Choose a reason for hiding this comment

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

good catch @c-thiel and thanks for fixing! Change looks good, but if we could add a test similar to

def test_table_exist_200(rest_mock: Mocker) -> None:
that would be great.

@c-thiel
Copy link
Contributor Author

c-thiel commented May 19, 2024

@amogh-jahagirdar I added the test. Let me know if something else is missing!

Copy link
Contributor

@amogh-jahagirdar amogh-jahagirdar left a comment

Choose a reason for hiding this comment

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

The change looks good, I'll wait for @HonahX @Fokko in case they have any comments before merging!

Copy link
Contributor

@HonahX HonahX left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for fixing this!

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

Thanks @c-thiel for fixing this 🙌! Thanks @HonahX and @amogh-jahagirdar for the review 🚀

@Fokko Fokko merged commit 42afc43 into apache:main May 23, 2024
7 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.

Rest Catalog: table_exist does not succeed on 204 response code
4 participants