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

Mat 7052 translator refactor 2 #1

Merged
merged 6 commits into from
Aug 7, 2024

Conversation

sb-cecilialiu
Copy link
Contributor

No description provided.

private Set<Lookup> functions;
private Set<Lookup> fluentFunctions;

@Builder
Copy link
Contributor

@adongare adongare Aug 6, 2024

Choose a reason for hiding this comment

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

I missed @Data annotation on this in the initial PR. Adding it would avoid serialization issues

Copy link
Contributor Author

Choose a reason for hiding this comment

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


@Data
@Builder
public class CqlLookups {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is QDM specific class. Can live in QDM translator

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@adongare Moved it out and back to madie-qdm-elm-translation.

@AllArgsConstructor
@Builder(toBuilder = true)
@EqualsAndHashCode
public class ElementLookup {
Copy link
Contributor

Choose a reason for hiding this comment

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

this is QDM specific as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@adongare Done.

@sb-cecilialiu sb-cecilialiu merged commit c4287bb into develop Aug 7, 2024
1 of 2 checks passed
@sb-cecilialiu sb-cecilialiu deleted the MAT-7052_translatorRefactor_2 branch August 7, 2024 11:20
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.

2 participants