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

C#: Support SyntheticField in MaD. #17346

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

michaelnebel
Copy link
Contributor

It turns out that we have a bug in the C# Synthetic field implementation. Synthetic fields were only support when declared directly in QL and not in MaD.
To fix this we need to introduce an adapter that adds all mentioned synthetic fields from MaD rows as possible synthetic field names.

@github-actions github-actions bot added the C# label Sep 2, 2024
@michaelnebel
Copy link
Contributor Author

DCA looks good.

@michaelnebel michaelnebel marked this pull request as ready for review September 3, 2024 07:52
@michaelnebel michaelnebel requested a review from a team as a code owner September 3, 2024 07:52
@michaelnebel michaelnebel added the no-change-note-required This PR does not need a change note label Sep 3, 2024
Copy link
Contributor

@aschackmull aschackmull left a comment

Choose a reason for hiding this comment

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

Looks plausible. I didn't look thoroughly through the test.

@michaelnebel michaelnebel merged commit 99400fe into github:main Sep 4, 2024
21 of 22 checks passed
@michaelnebel michaelnebel deleted the csharp/madsynthetics branch September 4, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants