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/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 117e4461c9 Publish built docs triggered by 
10487a264fd32674e215df71cd6a38a81727f2d9
117e4461c9 is described below

commit 117e4461c9a437861e74092e6666140fb2b6c75b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 12 13:52:44 2024 +0000

    Publish built docs triggered by 10487a264fd32674e215df71cd6a38a81727f2d9
---
 _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 d30e26f196..06cd2765d1 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/arrow-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/arrow-datafusion/blob/main/datafusion-examples/examples/external_dependency/catalog.rs).
 
 ## General Concepts
 
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index ddce04a715..40546ba8f4 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -452,7 +452,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/arrow-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/arrow-datafusion/blob/main/datafusion-examples/examples/external_dependency/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>CatalogProviderList, Catalogs, schemas, and tables are organized in a 
hierarchy. A CatalogProviderList contains catalog providers, a catalog provider 
contains schemas and a schema contains tables.</p>

Reply via email to