This is an automated email from the ASF dual-hosted git repository.
github-actions[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 d00bdc5aee Publish built docs triggered by
65f9726f753bea6a13ca7f7356eede0127aa4b87
d00bdc5aee is described below
commit d00bdc5aeeef106116439b4cadeda660daedd7c7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 11:55:15 2026 +0000
Publish built docs triggered by 65f9726f753bea6a13ca7f7356eede0127aa4b87
---
_sources/user-guide/cli/functions.md.txt | 1 +
user-guide/cli/functions.html | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/_sources/user-guide/cli/functions.md.txt
b/_sources/user-guide/cli/functions.md.txt
index 409661ac82..baf054ef5a 100644
--- a/_sources/user-guide/cli/functions.md.txt
+++ b/_sources/user-guide/cli/functions.md.txt
@@ -208,6 +208,7 @@ The columns of the returned table are:
| path | Utf8 | File path relative to the object store
/ filesystem root |
| metadata_size_bytes | UInt64 | Size of the cached metadata in memory
(not its thrift encoded form) |
| expires_in | Duration(ms) | Last modified time of the file
|
+| hits | UInt64 | Number of times the cached metadata has
been accessed |
| metadata_list | List(Struct) | List of metadatas, one for each file
under the path. |
A metadata struct in the metadata_list contains the following fields:
diff --git a/user-guide/cli/functions.html b/user-guide/cli/functions.html
index b20001e8d7..8bcbf77a18 100644
--- a/user-guide/cli/functions.html
+++ b/user-guide/cli/functions.html
@@ -777,7 +777,11 @@ enabled.</p>
<td><p>Duration(ms)</p></td>
<td><p>Last modified time of the file</p></td>
</tr>
-<tr class="row-even"><td><p>metadata_list</p></td>
+<tr class="row-even"><td><p>hits</p></td>
+<td><p>UInt64</p></td>
+<td><p>Number of times the cached metadata has been accessed</p></td>
+</tr>
+<tr class="row-odd"><td><p>metadata_list</p></td>
<td><p>List(Struct)</p></td>
<td><p>List of metadatas, one for each file under the path.</p></td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]