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

Update the parse JSON/XML/ION processors to use EventKey. #4842

Merged

Conversation

dlvenable
Copy link
Member

@dlvenable dlvenable commented Aug 16, 2024

Description

Updates the parse_json, parse_ion, and parse_xml processors to use EventKey.

I also pushed #4843 that adds a caching EventKeyFactory. With those changes, I'm seeing better performance in the parse_json processor.

Before using Event Key
pre-EventKey

After using Event Key

post-EventKey

Issues Resolved

N/A

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • 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.

@dlvenable dlvenable merged commit 04098b3 into opensearch-project:main Aug 19, 2024
47 checks passed
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.

3 participants