-
Notifications
You must be signed in to change notification settings - Fork 894
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] Add data summary panel in discover #8264
Conversation
* Add data summary panel in discover Signed-off-by: Liyun Xiu <[email protected]> * Fix UTs Signed-off-by: Liyun Xiu <[email protected]> * Add changelog Signed-off-by: Liyun Xiu <[email protected]> * Fix UTs Signed-off-by: Liyun Xiu <[email protected]> * Address comments Signed-off-by: Liyun Xiu <[email protected]> * Address comments Signed-off-by: Liyun Xiu <[email protected]> * Address comments Signed-off-by: Liyun Xiu <[email protected]> --------- Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit 8d52134) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #8264 +/- ##
==========================================
+ Coverage 64.14% 64.17% +0.03%
==========================================
Files 3740 3743 +3
Lines 88668 88805 +137
Branches 13803 13825 +22
==========================================
+ Hits 56873 56994 +121
- Misses 31184 31198 +14
- Partials 611 613 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…rch-project#8264) * Add data summary panel in discover * Fix UTs * Add changelog * Fix UTs * Address comments * Address comments * Address comments --------- (cherry picked from commit 8d52134) Signed-off-by: Liyun Xiu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Backport 8d52134 from #8186.