OpenSearch-Dashboards icon indicating copy to clipboard operation
OpenSearch-Dashboards copied to clipboard

Implement data frames service to cache multiple data frames

Open abbyhu2000 opened this issue 1 year ago • 3 comments

Description

Implement data frames service to store multiple data frames in cache.

Issues Resolved

resolves #7032

Screenshot

Testing the changes

Changelog

Check List

  • [ ] All tests pass
    • [ ] yarn test:jest
    • [ ] yarn test:jest_integration
  • [ ] New functionality includes testing.
  • [ ] New functionality has been documented.
  • [ ] Update CHANGELOG.md
  • [ ] Commits are signed per the DCO using --signoff

abbyhu2000 avatar Jun 21 '24 21:06 abbyhu2000

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

github-actions[bot] avatar Jun 21 '24 21:06 github-actions[bot]

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

github-actions[bot] avatar Jun 21 '24 21:06 github-actions[bot]

Codecov Report

Attention: Patch coverage is 18.18182% with 27 lines in your changes missing coverage. Please review.

Project coverage is 67.44%. Comparing base (4f54049) to head (2b580fd). Report is 727 commits behind head on main.

Files with missing lines Patch % Lines
src/plugins/data/public/search/search_service.ts 16.66% 10 Missing :warning:
.../data/common/search/search_source/search_source.ts 0.00% 6 Missing :warning:
src/plugins/data/server/search/search_service.ts 14.28% 6 Missing :warning:
src/plugins/data/common/data_frames/_df_cache.ts 28.57% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7086      +/-   ##
==========================================
- Coverage   67.45%   67.44%   -0.01%     
==========================================
  Files        3448     3448              
  Lines       67916    67913       -3     
  Branches    11042    11037       -5     
==========================================
- Hits        45813    45807       -6     
- Misses      19434    19438       +4     
+ Partials     2669     2668       -1     
Flag Coverage Δ
Linux_1 33.08% <0.00%> (+<0.01%) :arrow_up:
Linux_2 55.11% <0.00%> (+<0.01%) :arrow_up:
Linux_3 45.26% <18.18%> (-0.02%) :arrow_down:
Linux_4 34.86% <0.00%> (+<0.01%) :arrow_up:
Windows_1 33.10% <0.00%> (+<0.01%) :arrow_up:
Windows_2 55.07% <0.00%> (+<0.01%) :arrow_up:
Windows_3 45.27% <18.18%> (-0.01%) :arrow_down:
Windows_4 34.86% <0.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 21 '24 21:06 codecov[bot]