[Sandbox] feat(datafusion): expose parquet metadata and statistics cache stats on the analytics backend stats endpoint#21854
Conversation
PR Reviewer Guide 🔍(Review updated until commit 1031399)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit 849f3c9 |
PR Code Suggestions ✨Latest suggestions up to 1031399 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit ca91da8
Suggestions up to commit fb9dfaf
Suggestions up to commit c5e9c66
Suggestions up to commit 01fe728
Suggestions up to commit bbb683b
|
|
❌ Gradle check result for 849f3c9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 1412929 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21854 +/- ##
============================================
- Coverage 73.51% 73.46% -0.06%
+ Complexity 75582 75557 -25
============================================
Files 6034 6034
Lines 342661 342661
Branches 49294 49294
============================================
- Hits 251918 251734 -184
- Misses 70712 70946 +234
+ Partials 20031 19981 -50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Persistent review updated to latest commit 594236b |
|
❌ Gradle check result for 594236b: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit a87901e |
|
❕ Gradle check result for a87901e: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
|
Persistent review updated to latest commit 7588444 |
|
Persistent review updated to latest commit c053876 |
|
Persistent review updated to latest commit 0009f43 |
|
Persistent review updated to latest commit c33a288 |
|
❌ Gradle check result for c33a288: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit cdf51dc |
|
Persistent review updated to latest commit 28a767b |
|
Persistent review updated to latest commit 2619389 |
|
Persistent review updated to latest commit 3b49a1f |
|
❌ Gradle check result for 3b49a1f: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 837cf2c |
|
Persistent review updated to latest commit bbb683b |
|
❌ Gradle check result for bbb683b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 01fe728 |
|
❌ Gradle check result for 01fe728: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit c5e9c66 |
|
❌ Gradle check result for c5e9c66: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit fb9dfaf |
|
Persistent review updated to latest commit ca91da8 |
…tats on the analytics backend stats endpoint Signed-off-by: Harish Narasimhan <hxarishk@amazon.com>
|
Persistent review updated to latest commit 1031399 |
Description
Adds
cache_statsandsearch_statstoGET _plugins/analytics_backend_datafusion/stats.size_limit_bytes == 0means the cache is disabled. Allsearch_statsvalues are cumulative since node start.elapsed_compute_mspoll_nextdelegation_callsrg_processedrg_skippedprefetch_wait_time_msprefetch_wait_countlisting_table_scansingle_collector_scanbitmap_tree_scanCheck List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.