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 d704ebd2e6 Publish built docs triggered by
7f25819c6f0a0386bc142964b5c06e471304bd6b
d704ebd2e6 is described below
commit d704ebd2e65ca5830ee470761cd5166905f981bc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 1 02:39:21 2025 +0000
Publish built docs triggered by 7f25819c6f0a0386bc142964b5c06e471304bd6b
---
_sources/user-guide/explain-usage.md.txt | 8 ++++----
user-guide/explain-usage.html | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/_sources/user-guide/explain-usage.md.txt
b/_sources/user-guide/explain-usage.md.txt
index 2289205089..2288cae85d 100644
--- a/_sources/user-guide/explain-usage.md.txt
+++ b/_sources/user-guide/explain-usage.md.txt
@@ -227,10 +227,10 @@ When predicate pushdown is enabled, `DataSourceExec` with
`ParquetSource` gains
- `page_index_rows_matched`: number of rows in pages that were tested by a
page index filter, and passed
- `page_index_rows_pruned`: number of rows in pages that were tested by a page
index filter, and did not pass
-- `row_groups_matched_bloom_filter`: number of rows in row groups that were
tested by a Bloom Filter, and passed
-- `row_groups_pruned_bloom_filter`: number of rows in row groups that were
tested by a Bloom Filter, and did not pass
-- `row_groups_matched_statistics`: number of rows in row groups that were
tested by row group statistics (min and max value), and passed
-- `row_groups_pruned_statistics`: number of rows in row groups that were
tested by row group statistics (min and max value), and did not pass
+- `row_groups_matched_bloom_filter`: number of row groups that were tested by
a Bloom Filter, and passed
+- `row_groups_pruned_bloom_filter`: number of row groups that were tested by a
Bloom Filter, and did not pass
+- `row_groups_matched_statistics`: number of row groups that were tested by
row group statistics (min and max value), and passed
+- `row_groups_pruned_statistics`: number of row groups that were tested by row
group statistics (min and max value), and did not pass
- `pushdown_rows_matched`: rows that were tested by any of the above filtered,
and passed all of them (this should be minimum of `page_index_rows_matched`,
`row_groups_pruned_bloom_filter`, and `row_groups_pruned_statistics`)
- `pushdown_rows_pruned`: rows that were tested by any of the above filtered,
and did not pass one of them (this should be sum of `page_index_rows_matched`,
`row_groups_pruned_bloom_filter`, and `row_groups_pruned_statistics`)
- `predicate_evaluation_errors`: number of times evaluating the filter
expression failed (expected to be zero in normal operation)
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index 8c332bc173..cff60660b1 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -882,10 +882,10 @@ by all 16 cores.</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span
class="pre">page_index_rows_matched</span></code>: number of rows in pages that
were tested by a page index filter, and passed</p></li>
<li><p><code class="docutils literal notranslate"><span
class="pre">page_index_rows_pruned</span></code>: number of rows in pages that
were tested by a page index filter, and did not pass</p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_matched_bloom_filter</span></code>: number of rows in
row groups that were tested by a Bloom Filter, and passed</p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_pruned_bloom_filter</span></code>: number of rows in row
groups that were tested by a Bloom Filter, and did not pass</p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_matched_statistics</span></code>: number of rows in row
groups that were tested by row group statistics (min and max value), and
passed</p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_pruned_statistics</span></code>: number of rows in row
groups that were tested by row group statistics (min and max value), and did
not pass</p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_matched_bloom_filter</span></code>: number of row groups
that were tested by a Bloom Filter, and passed</p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_pruned_bloom_filter</span></code>: number of row groups
that were tested by a Bloom Filter, and did not pass</p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_matched_statistics</span></code>: number of row groups
that were tested by row group statistics (min and max value), and
passed</p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">row_groups_pruned_statistics</span></code>: number of row groups
that were tested by row group statistics (min and max value), and did not
pass</p></li>
<li><p><code class="docutils literal notranslate"><span
class="pre">pushdown_rows_matched</span></code>: rows that were tested by any
of the above filtered, and passed all of them (this should be minimum of <code
class="docutils literal notranslate"><span
class="pre">page_index_rows_matched</span></code>, <code class="docutils
literal notranslate"><span
class="pre">row_groups_pruned_bloom_filter</span></code>, and <code
class="docutils literal notranslate"><span class="pre">row_groups_pr [...]
<li><p><code class="docutils literal notranslate"><span
class="pre">pushdown_rows_pruned</span></code>: rows that were tested by any of
the above filtered, and did not pass one of them (this should be sum of <code
class="docutils literal notranslate"><span
class="pre">page_index_rows_matched</span></code>, <code class="docutils
literal notranslate"><span
class="pre">row_groups_pruned_bloom_filter</span></code>, and <code
class="docutils literal notranslate"><span class="pre">row_groups_p [...]
<li><p><code class="docutils literal notranslate"><span
class="pre">predicate_evaluation_errors</span></code>: number of times
evaluating the filter expression failed (expected to be zero in normal
operation)</p></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]