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

[Backport 2.x] [DerivedFields] PR2 - Implementation for all supported types, DerivedFieldType and DerivedFieldMapper #13041

Conversation

rishabhmaurya
Copy link
Contributor

@rishabhmaurya rishabhmaurya commented Apr 3, 2024

Description

This is a backport PR for #12808 and #12569

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • [] New functionality has javadoc added
  • [] Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
    ~~- [] Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created~~

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.

qreshi and others added 2 commits April 2, 2024 13:50
…-project#12569)

Adds a DerivedFieldMapper to support the Derived Fields feature enhancement as well as updating the mapper parsing logic to recognize and currently parse derived fields in the mappings.

---------

Signed-off-by: Mohammad Qureshi <[email protected]>
Signed-off-by: Rishabh Maurya <[email protected]>
Co-authored-by: Rishabh Maurya <[email protected]>
(cherry picked from commit 8ca3e6a)
…vedFieldType (opensearch-project#12808)

Implementation for all supported types and DerivedFieldType.

We support the following types so far:

boolean
date
geo_point
ip
keyword
long
double

---------

Signed-off-by: Rishabh Maurya <[email protected]>
(cherry picked from commit 6ddbdcd)
Copy link
Contributor

github-actions bot commented Apr 3, 2024

Compatibility status:

Checks if related components are compatible with change 0712604

Incompatible components

Skipped components

Compatible components

@rishabhmaurya rishabhmaurya changed the title [Backport 2.x] [DerivedFields] PR2 - Implementation for all supported types and DerivedFieldType [Backport 2.x] [DerivedFields] PR2 - Implementation for all supported types, DerivedFieldType and DerivedFieldMapper Apr 3, 2024
Copy link
Contributor

github-actions bot commented Apr 3, 2024

❌ Gradle check result for 0712604: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

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