-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Adding support for derive source feature and implementing it for various type of field mappers #17759
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
Adding support for derive source feature and implementing it for various type of field mappers #17759
Conversation
… of the field types Signed-off-by: Tanik Pansuriya <[email protected]>
|
❌ Gradle check result for 639b436: 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? |
|
@bugmakerrrrrr did you happen to look at the latest revision? |
bugmakerrrrrr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any more questions other than the comments
server/src/main/java/org/opensearch/index/mapper/SortedSetDocValuesFetcher.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/mapper/WildcardFieldMapper.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Tanik Pansuriya <[email protected]>
|
❌ Gradle check result for a28c1ba: 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? |
Signed-off-by: tanik98 <[email protected]>
|
❌ Gradle check result for 1e9d9a2: 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? |
1e9d9a2 to
897a596
Compare
|
❌ Gradle check result for 897a596: 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? |
…SortedSetDocValues Signed-off-by: Tanik Pansuriya <[email protected]>
897a596 to
51909c7
Compare
…ous type of field mappers (opensearch-project#17759) * Adding support for derive source feature and implementing it for some of the field types Signed-off-by: Tanik Pansuriya <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
Description
This PR replaces #17383, it was closed due to modification to a branch and is not restorable.
Related Issues
Resolves #17073
Part of feature #9568
Check List
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.