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 <panbhai@amazon.com>
|
❌ 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.
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 <panbhai@amazon.com>
|
❌ 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 <72665765+tanik98@users.noreply.github.com>
|
❌ 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 <panbhai@amazon.com>
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 <panbhai@amazon.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
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.