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 5f65863b7d Publish built docs triggered by
41b3f5c6b05734685c8a2bf2ba153f66f0b654f8
5f65863b7d is described below
commit 5f65863b7d23afee9a679f79786de36e4e4c75c5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 23 17:52:47 2024 +0000
Publish built docs triggered by 41b3f5c6b05734685c8a2bf2ba153f66f0b654f8
---
_sources/contributor-guide/index.md.txt | 4 ++--
_sources/user-guide/introduction.md.txt | 4 ++--
_sources/user-guide/sql/select.md.txt | 2 +-
_sources/user-guide/sql/write_options.md.txt | 2 +-
contributor-guide/index.html | 4 ++--
user-guide/introduction.html | 4 ++--
user-guide/sql/select.html | 2 +-
user-guide/sql/write_options.html | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/_sources/contributor-guide/index.md.txt
b/_sources/contributor-guide/index.md.txt
index 974d753234..d51bc19fca 100644
--- a/_sources/contributor-guide/index.md.txt
+++ b/_sources/contributor-guide/index.md.txt
@@ -348,8 +348,8 @@ new specifications as you see fit.
Here is the list current active specifications:
-- [Output field name
semantic](https://arrow.apache.org/datafusion/contributor-guide/specification/output-field-name-semantic.html)
--
[Invariants](https://arrow.apache.org/datafusion/contributor-guide/specification/invariants.html)
+- [Output field name
semantic](https://datafusion.apache.org/contributor-guide/specification/output-field-name-semantic.html)
+-
[Invariants](https://datafusion.apache.org/contributor-guide/specification/invariants.html)
All specifications are stored in the `docs/source/specification` folder.
diff --git a/_sources/user-guide/introduction.md.txt
b/_sources/user-guide/introduction.md.txt
index c81cb00a26..a3fefdc56a 100644
--- a/_sources/user-guide/introduction.md.txt
+++ b/_sources/user-guide/introduction.md.txt
@@ -39,7 +39,7 @@ Arrow](https://arrow.apache.org/).
## Features
-- Feature-rich [SQL
support](https://arrow.apache.org/datafusion/user-guide/sql/index.html) and
[DataFrame API](https://arrow.apache.org/datafusion/user-guide/dataframe.html)
+- Feature-rich [SQL
support](https://datafusion.apache.org/user-guide/sql/index.html) and
[DataFrame API](https://datafusion.apache.org/user-guide/dataframe.html)
- Blazingly fast, vectorized, multi-threaded, streaming execution engine.
- Native support for Parquet, CSV, JSON, and Avro file formats. Support
for custom file formats and non file datasources via the `TableProvider`
trait.
@@ -49,7 +49,7 @@ Arrow](https://arrow.apache.org/).
Azure Blob Storage, and Google Cloud Storage (Other storage systems are
supported via the
`ObjectStore` trait).
- [Excellent Documentation](https://docs.rs/datafusion/latest) and a
- [welcoming
community](https://arrow.apache.org/datafusion/contributor-guide/communication.html).
+ [welcoming
community](https://datafusion.apache.org/contributor-guide/communication.html).
- A state of the art query optimizer with expression coercion and
simplification, projection and filter pushdown, sort and distribution
aware optimizations, automatic join reordering, and more.
diff --git a/_sources/user-guide/sql/select.md.txt
b/_sources/user-guide/sql/select.md.txt
index 4463b0bb08..b2fa0a6305 100644
--- a/_sources/user-guide/sql/select.md.txt
+++ b/_sources/user-guide/sql/select.md.txt
@@ -22,7 +22,7 @@
The queries in DataFusion scan data from tables and return 0 or more rows.
Please be aware that column names in queries are made lower-case, but not on
the inferred schema. Accordingly, if you
want to query against a capitalized field, make sure to use double quotes.
Please see this
-[example](https://arrow.apache.org/datafusion/user-guide/example-usage.html)
for clarification.
+[example](https://datafusion.apache.org/user-guide/example-usage.html) for
clarification.
In this documentation we describe the SQL syntax in DataFusion.
DataFusion supports the following syntax for queries:
diff --git a/_sources/user-guide/sql/write_options.md.txt
b/_sources/user-guide/sql/write_options.md.txt
index 5c204d8fc0..7631525f13 100644
--- a/_sources/user-guide/sql/write_options.md.txt
+++ b/_sources/user-guide/sql/write_options.md.txt
@@ -95,7 +95,7 @@ The following options are available when writing CSV files.
Note: if any unsuppo
### Parquet Format Specific Options
-The following options are available when writing parquet files. If any
unsupported option is specified an error will be raised and the query will
fail. If a column specific option is specified for a column which does not
exist, the option will be ignored without error. For default values, see:
[Configuration
Settings](https://arrow.apache.org/datafusion/user-guide/configs.html).
+The following options are available when writing parquet files. If any
unsupported option is specified an error will be raised and the query will
fail. If a column specific option is specified for a column which does not
exist, the option will be ignored without error. For default values, see:
[Configuration Settings](https://datafusion.apache.org/user-guide/configs.html).
| Option | Can be Column Specific? | Description
|
| ---------------------------- | ----------------------- |
-----------------------------------------------------------------------------------------------------------------------------------
|
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index ecb1712c87..355f5b8c3c 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -944,8 +944,8 @@ resolve ambiguities during development or code reviews.</p>
new specifications as you see fit.</p>
<p>Here is the list current active specifications:</p>
<ul class="simple">
-<li><p><a class="reference external"
href="https://arrow.apache.org/datafusion/contributor-guide/specification/output-field-name-semantic.html">Output
field name semantic</a></p></li>
-<li><p><a class="reference external"
href="https://arrow.apache.org/datafusion/contributor-guide/specification/invariants.html">Invariants</a></p></li>
+<li><p><a class="reference external"
href="https://datafusion.apache.org/contributor-guide/specification/output-field-name-semantic.html">Output
field name semantic</a></p></li>
+<li><p><a class="reference external"
href="https://datafusion.apache.org/contributor-guide/specification/invariants.html">Invariants</a></p></li>
</ul>
<p>All specifications are stored in the <code class="docutils literal
notranslate"><span class="pre">docs/source/specification</span></code>
folder.</p>
</section>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index cb80f74011..0e7b773e15 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -523,7 +523,7 @@ Arrow</a>.</p>
<section id="features">
<h2>Features<a class="headerlink" href="#features" title="Link to this
heading">¶</a></h2>
<ul class="simple">
-<li><p>Feature-rich <a class="reference external"
href="https://arrow.apache.org/datafusion/user-guide/sql/index.html">SQL
support</a> and <a class="reference external"
href="https://arrow.apache.org/datafusion/user-guide/dataframe.html">DataFrame
API</a></p></li>
+<li><p>Feature-rich <a class="reference external"
href="https://datafusion.apache.org/user-guide/sql/index.html">SQL support</a>
and <a class="reference external"
href="https://datafusion.apache.org/user-guide/dataframe.html">DataFrame
API</a></p></li>
<li><p>Blazingly fast, vectorized, multi-threaded, streaming execution
engine.</p></li>
<li><p>Native support for Parquet, CSV, JSON, and Avro file formats. Support
for custom file formats and non file datasources via the <code class="docutils
literal notranslate"><span class="pre">TableProvider</span></code>
trait.</p></li>
@@ -533,7 +533,7 @@ other query languages, custom plan and execution nodes,
optimizer passes, and mo
Azure Blob Storage, and Google Cloud Storage (Other storage systems are
supported via the
<code class="docutils literal notranslate"><span
class="pre">ObjectStore</span></code> trait).</p></li>
<li><p><a class="reference external"
href="https://docs.rs/datafusion/latest">Excellent Documentation</a> and a
-<a class="reference external"
href="https://arrow.apache.org/datafusion/contributor-guide/communication.html">welcoming
community</a>.</p></li>
+<a class="reference external"
href="https://datafusion.apache.org/contributor-guide/communication.html">welcoming
community</a>.</p></li>
<li><p>A state of the art query optimizer with expression coercion and
simplification, projection and filter pushdown, sort and distribution
aware optimizations, automatic join reordering, and more.</p></li>
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 2644442733..4bc8e07e7f 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -554,7 +554,7 @@
<p>The queries in DataFusion scan data from tables and return 0 or more rows.
Please be aware that column names in queries are made lower-case, but not on
the inferred schema. Accordingly, if you
want to query against a capitalized field, make sure to use double quotes.
Please see this
-<a class="reference external"
href="https://arrow.apache.org/datafusion/user-guide/example-usage.html">example</a>
for clarification.
+<a class="reference external"
href="https://datafusion.apache.org/user-guide/example-usage.html">example</a>
for clarification.
In this documentation we describe the SQL syntax in DataFusion.</p>
<p>DataFusion supports the following syntax for queries:
<code class="language-sql hljs"></p>
diff --git a/user-guide/sql/write_options.html
b/user-guide/sql/write_options.html
index 3279885350..325680add8 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -600,7 +600,7 @@
</section>
<section id="parquet-format-specific-options">
<h3>Parquet Format Specific Options<a class="headerlink"
href="#parquet-format-specific-options" title="Link to this heading">¶</a></h3>
-<p>The following options are available when writing parquet files. If any
unsupported option is specified an error will be raised and the query will
fail. If a column specific option is specified for a column which does not
exist, the option will be ignored without error. For default values, see: <a
class="reference external"
href="https://arrow.apache.org/datafusion/user-guide/configs.html">Configuration
Settings</a>.</p>
+<p>The following options are available when writing parquet files. If any
unsupported option is specified an error will be raised and the query will
fail. If a column specific option is specified for a column which does not
exist, the option will be ignored without error. For default values, see: <a
class="reference external"
href="https://datafusion.apache.org/user-guide/configs.html">Configuration
Settings</a>.</p>
<table class="table">
<thead>
<tr class="row-odd"><th class="head"><p>Option</p></th>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]