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 fed7d59756 Publish built docs triggered by
2437e0303022e5494c67f3a6ad39a8c0109ecd38
fed7d59756 is described below
commit fed7d59756cc474719c33f810ebca4171a1f5510
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 12:48:40 2025 +0000
Publish built docs triggered by 2437e0303022e5494c67f3a6ad39a8c0109ecd38
---
_sources/library-user-guide/catalogs.md.txt | 2 +-
library-user-guide/catalogs.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_sources/library-user-guide/catalogs.md.txt
b/_sources/library-user-guide/catalogs.md.txt
index d4e6633d40..daa329523a 100644
--- a/_sources/library-user-guide/catalogs.md.txt
+++ b/_sources/library-user-guide/catalogs.md.txt
@@ -19,7 +19,7 @@
# Catalogs, Schemas, and Tables
-This section describes how to create and manage catalogs, schemas, and tables
in DataFusion. For those wanting to dive into the code quickly please see the
[example](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/catalog.rs).
+This section describes how to create and manage catalogs, schemas, and tables
in DataFusion. For those wanting to dive into the code quickly please see the
[example](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/catalog.rs).
## General Concepts
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 17f6503c03..2a43cfe2cf 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -403,7 +403,7 @@
-->
<section id="catalogs-schemas-and-tables">
<h1>Catalogs, Schemas, and Tables<a class="headerlink"
href="#catalogs-schemas-and-tables" title="Link to this heading">#</a></h1>
-<p>This section describes how to create and manage catalogs, schemas, and
tables in DataFusion. For those wanting to dive into the code quickly please
see the <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/catalog.rs">example</a>.</p>
+<p>This section describes how to create and manage catalogs, schemas, and
tables in DataFusion. For those wanting to dive into the code quickly please
see the <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/catalog.rs">example</a>.</p>
<section id="general-concepts">
<h2>General Concepts<a class="headerlink" href="#general-concepts" title="Link
to this heading">#</a></h2>
<p>Catalog providers, catalogs, schemas, and tables are organized in a
hierarchy. A <code class="docutils literal notranslate"><span
class="pre">CatalogProviderList</span></code> contains <code class="docutils
literal notranslate"><span class="pre">CatalogProvider</span></code>s, a <code
class="docutils literal notranslate"><span
class="pre">CatalogProvider</span></code> contains <code class="docutils
literal notranslate"><span class="pre">SchemaProviders</span></code> and a
<code class= [...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]