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] Pass parent filter to inner query in nested query #10304

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport e156582 from #10246.

Pass parent filter to inner query so that inner query can utilize the information

Signed-off-by: Heemin Kim <heemin@amazon.com>
(cherry picked from commit e156582)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

Compatibility status:

Checks if related components are compatible with change c23b12d

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git]

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.snapshots.CloneSnapshotIT.testShallowCloneNameAvailability

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #10304 (c23b12d) into 2.x (ecccf6d) will decrease coverage by 0.11%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x   #10304      +/-   ##
============================================
- Coverage     70.89%   70.79%   -0.11%     
+ Complexity    58346    58333      -13     
============================================
  Files          4816     4816              
  Lines        275739   275745       +6     
  Branches      40531    40531              
============================================
- Hits         195490   195218     -272     
- Misses        63558    63813     +255     
- Partials      16691    16714      +23     
Files Coverage Δ
...org/opensearch/index/query/NestedQueryBuilder.java 68.34% <100.00%> (+0.48%) ⬆️
.../org/opensearch/index/query/QueryShardContext.java 87.94% <100.00%> (-0.47%) ⬇️

... and 467 files with indirect coverage changes

@reta reta merged commit ee84945 into 2.x Oct 2, 2023
61 checks passed
@reta reta added the v2.11.0 Issues and PRs related to version 2.11.0 label Oct 2, 2023
@github-actions github-actions bot deleted the backport/backport-10246-to-2.x branch October 2, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.11.0 Issues and PRs related to version 2.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant