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: replace assert and AssertionError with appropriate exceptions #2286

Merged

Conversation

joe-sharman
Copy link
Contributor

Description

  • Replaces assert and AssertionError with built-in exceptions
  • Amended tests to reference new exception types
  • Following conventions in file of using built-in exceptions rather than custom exceptions

Related Issue(s)

Closes #2242

Documentation

# Description

- Replaces assert and AssertionError with built-in exceptions
- Amended tests to reference new exception types

# Related Issue(s)
Closes delta-io#2242
@github-actions github-actions bot added the binding/python Issues for the Python package label Mar 13, 2024
@ion-elgreco ion-elgreco enabled auto-merge (squash) March 13, 2024 22:14
@ion-elgreco
Copy link
Collaborator

@joe-sharman Thanks for the contribution!! 🕺

@ion-elgreco ion-elgreco merged commit 25962a0 into delta-io:main Mar 13, 2024
23 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.

Partition column comparison is an assertion rather than if block with raise exception
2 participants