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

GitHub-issue#2822: Define null characters in convert processor #2844

Merged
merged 3 commits into from
Jun 8, 2023

Conversation

saydar31
Copy link
Contributor

@saydar31 saydar31 commented Jun 7, 2023

Description

Add null_values feature

Issues Resolved

Resolve #2822

Check List

  • New functionality includes testing.
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Aidar Shaidullin <ajdarshaydullin@gmail.com>

Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>
Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>
Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

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

Thanks for this contribution @saydar31 ! I have one comment below. Other than that, we'll make sure the build passes and then we should be good.

import static org.mockito.Mockito.when;

@ExtendWith(MockitoExtension.class)
public class NullValuesTests {
Copy link
Member

Choose a reason for hiding this comment

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

Please rename this to ConvertEntryTypeProcessor_NullValueTests so that it is a bit more connected with the processor.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>
@dlvenable dlvenable merged commit 8e1568d into opensearch-project:main Jun 8, 2023
@dlvenable
Copy link
Member

@saydar31 , Thank you for this contribution!

If you are interested, we have another "good first issue" for this processor to support multiple conversions: #2823. Let us know if you are interested in working that one as well.

MaGonzalMayedo pushed a commit to MaGonzalMayedo/data-prepper that referenced this pull request Jun 21, 2023
…earch-project#2844)

GitHub-issue#2822: Define null characters in convert processor
Signed-off-by: Aidar Shaidullin <ajdarshaydullin@gmail.com>

Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>

---------

Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>
Co-authored-by: saydar31 <ajdarshaydullin@gmail.com>
Signed-off-by: Marcos_Gonzalez_Mayedo <alemayed@amazon.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 10, 2023
GitHub-issue#2822: Define null characters in convert processor
Signed-off-by: Aidar Shaidullin <ajdarshaydullin@gmail.com>

Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>

---------

Signed-off-by: saydar31 <ajdarshaydullin@gmail.com>
Co-authored-by: saydar31 <ajdarshaydullin@gmail.com>
(cherry picked from commit 8e1568d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define null characters in convert processor
4 participants