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

feat(core): handle JoinType serde using SCREAMING_SNAKE_CASE and snake_case style #760

Merged

Conversation

goldmedal
Copy link
Contributor

Description

close #718
Refer to serde doc, we use SCREMING_SNAKE_CASE and add alias for snake_case.
The Join type is supported serialized from both of the styles now.

one_to_one,  ONE_TO_ONE

Copy link
Contributor

@grieve54706 grieve54706 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 @goldmedal.

@grieve54706 grieve54706 merged commit a146326 into Canner:main Aug 20, 2024
12 checks passed
@goldmedal goldmedal deleted the feature/718-join-type-case-insensitive branch August 21, 2024 02:22
grieve54706 pushed a commit that referenced this pull request Dec 13, 2024
…nake_case` style (#760)

* use `SCREAMING_SNAKE_CASE` to handle the serde of join type

* modifiy for real case tests

* cargo fmt and clippy
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.

The JoinType properties of a relationship in MDL should be case insensitive
2 participants