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!: Handle cases of anyOf(string, object) by casting to object/JSON/VARIANT #246

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented May 17, 2024

Resolves: #244

Fixes a condition where loads will fail if schema is defined as being either "string" or "object".

In these cases, we will begin to fail over to "object" type, which would then be interpreted as "JSON" or "VARIANT".

@aaronsteers aaronsteers linked an issue May 17, 2024 that may be closed by this pull request
@aaronsteers
Copy link
Contributor Author

aaronsteers commented May 17, 2024

/fix-pr

PR auto-fix job started... Check job output.

🟦 Job completed successfully (no changes).

@aaronsteers aaronsteers changed the title Fix: type error for unhashable type list Fix: Resolve type error for unhashable type list May 17, 2024
@aaronsteers
Copy link
Contributor Author

aaronsteers commented May 17, 2024

/fix-pr

PR auto-fix job started... Check job output.

🟦 Job completed successfully (no changes).

@aaronsteers aaronsteers changed the title Fix: Resolve type error for unhashable type list Fix: Handle cases of anyOf(string, object) by casting to object/JSON/VARIANT May 20, 2024
@aaronsteers aaronsteers marked this pull request as draft May 20, 2024 21:18
@aaronsteers aaronsteers changed the title Fix: Handle cases of anyOf(string, object) by casting to object/JSON/VARIANT Fix!: Handle cases of anyOf(string, object) by casting to object/JSON/VARIANT May 20, 2024
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.

1 participant