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

SO-5811: fix FHIR publisher field selection #1166

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

cmark
Copy link
Member

@cmark cmark commented May 31, 2023

This PR resolves a bug when trying to load resource documents with the field selection of the settings field, which is a Map type field. Previously the system was unable to detect that this field cannot be loaded from doc_values, and unfortunately Elasticsearch does not throw an error when trying to load unindexed/unsupported/dynamic fields from doc_values.

@cmark cmark added the bug label May 31, 2023
@cmark cmark requested review from apeteri and nagyo May 31, 2023 08:10
@cmark cmark self-assigned this May 31, 2023
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (dc3211d) 64.08% compared to head (5ba24f7) 64.08%.

Additional details and impacted files
@@            Coverage Diff            @@
##                8.x    #1166   +/-   ##
=========================================
  Coverage     64.08%   64.08%           
- Complexity    12775    12778    +3     
=========================================
  Files          1763     1763           
  Lines         59585    59587    +2     
  Branches       5497     5497           
=========================================
+ Hits          38184    38186    +2     
+ Misses        19032    19030    -2     
- Partials       2369     2371    +2     
Impacted Files Coverage Δ
...m/b2international/index/es/EsDocumentSearcher.java 73.88% <100.00%> (ø)
...b2international/index/mapping/DocumentMapping.java 72.35% <100.00%> (+0.32%) ⬆️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@nagyo nagyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍏

@cmark cmark merged commit 437cdf1 into 8.x Jun 5, 2023
@cmark cmark deleted the issue/SO-5811-publisher-field-selection branch June 5, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants