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

Implement data frames service to cache multiple data frames #7086

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abbyhu2000
Copy link
Member

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

Copy link
Contributor

❌ 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.

@abbyhu2000 abbyhu2000 changed the title Basic data frames cache implementation Implement data frames service to cache multiple data frames Jun 21, 2024
Copy link
Contributor

❌ 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.

Copy link

codecov bot commented Jun 21, 2024

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).

Files Patch % Lines
src/plugins/data/public/search/search_service.ts 16.66% 10 Missing ⚠️
.../data/common/search/search_source/search_source.ts 0.00% 6 Missing ⚠️
src/plugins/data/server/search/search_service.ts 14.28% 6 Missing ⚠️
src/plugins/data/common/data_frames/_df_cache.ts 28.57% 5 Missing ⚠️
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%) ⬆️
Linux_2 55.11% <0.00%> (+<0.01%) ⬆️
Linux_3 45.26% <18.18%> (-0.02%) ⬇️
Linux_4 34.86% <0.00%> (+<0.01%) ⬆️
Windows_1 33.10% <0.00%> (+<0.01%) ⬆️
Windows_2 55.07% <0.00%> (+<0.01%) ⬆️
Windows_3 45.27% <18.18%> (-0.01%) ⬇️
Windows_4 34.86% <0.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Discover-Next] support dataframes, not just a single dataframe
1 participant