This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 372ef66eee Publish built docs triggered by 
e57198ab926ab190817dd30dc4cdfeba17ab90a3
372ef66eee is described below

commit 372ef66eee4bbcd16fb1bb38dd7bfeccb733a86e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 02:40:45 2026 +0000

    Publish built docs triggered by e57198ab926ab190817dd30dc4cdfeba17ab90a3
---
 _sources/user-guide/explain-usage.md.txt | 1 +
 searchindex.js                           | 2 +-
 user-guide/explain-usage.html            | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/_sources/user-guide/explain-usage.md.txt 
b/_sources/user-guide/explain-usage.md.txt
index c047659e99..5ea7a250b4 100644
--- a/_sources/user-guide/explain-usage.md.txt
+++ b/_sources/user-guide/explain-usage.md.txt
@@ -225,6 +225,7 @@ Again, reading from bottom up:
 
 When predicate pushdown is enabled, `DataSourceExec` with `ParquetSource` 
gains the following metrics:
 
+- `output_rows_skew`: output skew score derived from per-partition 
`output_rows`. `0%` is perfectly balanced, `100%` is maximally skewed, and 
`N/A` means no output rows were produced.
 - `page_index_rows_pruned`: number of rows evaluated by page index filters. 
The metric reports both how many rows were considered in total and how many 
matched (were not pruned).
 - `page_index_pages_pruned`: number of pages evaluated by page index filters. 
The metric reports both how many pages were considered in total and how many 
matched (were not pruned).
 - `row_groups_pruned_bloom_filter`: number of row groups evaluated by Bloom 
Filters, reporting both total checked groups and groups that matched.
diff --git a/searchindex.js b/searchindex.js
index 9823582a79..a6c375975f 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[72,"op-neq"]],"!~":[[72,"op-re-not-match"]],"!~*":[[72,"op-re-not-match-i"]],"!~~":[[72,"id19"]],"!~~*":[[72,"id20"]],"#":[[72,"op-bit-xor"]],"%":[[72,"op-modulo"]],"&":[[72,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[72,"op-multiply"]],"+":[[72,"op-plus"]],"-":[[72,"op-minus"]],"/":[[72,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[72,"op-neq"]],"!~":[[72,"op-re-not-match"]],"!~*":[[72,"op-re-not-match-i"]],"!~~":[[72,"id19"]],"!~~*":[[72,"id20"]],"#":[[72,"op-bit-xor"]],"%":[[72,"op-modulo"]],"&":[[72,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[72,"op-multiply"]],"+":[[72,"op-plus"]],"-":[[72,"op-minus"]],"/":[[72,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index c3f9201e57..fb9add2530 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -627,6 +627,7 @@ by all 16 cores.</p>
 </ul>
 <p>When predicate pushdown is enabled, <code class="docutils literal 
notranslate"><span class="pre">DataSourceExec</span></code> with <code 
class="docutils literal notranslate"><span 
class="pre">ParquetSource</span></code> gains the following metrics:</p>
 <ul class="simple">
+<li><p><code class="docutils literal notranslate"><span 
class="pre">output_rows_skew</span></code>: output skew score derived from 
per-partition <code class="docutils literal notranslate"><span 
class="pre">output_rows</span></code>. <code class="docutils literal 
notranslate"><span class="pre">0%</span></code> is perfectly balanced, <code 
class="docutils literal notranslate"><span class="pre">100%</span></code> is 
maximally skewed, and <code class="docutils literal notranslate"><span clas 
[...]
 <li><p><code class="docutils literal notranslate"><span 
class="pre">page_index_rows_pruned</span></code>: number of rows evaluated by 
page index filters. The metric reports both how many rows were considered in 
total and how many matched (were not pruned).</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">page_index_pages_pruned</span></code>: number of pages evaluated by 
page index filters. The metric reports both how many pages were considered in 
total and how many matched (were not pruned).</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">row_groups_pruned_bloom_filter</span></code>: number of row groups 
evaluated by Bloom Filters, reporting both total checked groups and groups that 
matched.</p></li>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to