You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/05/26 07:20:00 UTC

[arrow-datafusion] branch asf-site updated: Publish built docs triggered by 470243095ba7dc74835619b8d705bb5cb278fc2e

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 a5147129af Publish built docs triggered by 470243095ba7dc74835619b8d705bb5cb278fc2e
a5147129af is described below

commit a5147129afc2758eda92e608ac0431c503be7609
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Fri May 26 07:19:54 2023 +0000

    Publish built docs triggered by 470243095ba7dc74835619b8d705bb5cb278fc2e
---
 _sources/user-guide/faq.md.txt | 2 +-
 user-guide/faq.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/user-guide/faq.md.txt b/_sources/user-guide/faq.md.txt
index 18f0acfa4d..fbc25f0b72 100644
--- a/_sources/user-guide/faq.md.txt
+++ b/_sources/user-guide/faq.md.txt
@@ -40,7 +40,7 @@ When compared to similar systems, DataFusion typically is:
 4. Implemented in `Rust`, rather than `C/C++`
 
 Here is a comparison with similar projects that may help understand
-when DataFusion might be be suitable and unsuitable for your needs:
+when DataFusion might be suitable or unsuitable for your needs:
 
 - [DuckDB](https://www.duckdb.org) is an open source, in process analytic database.
   Like DataFusion, it supports very fast execution, both from its custom file format
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 93fbba58ad..95a6e426d3 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -369,7 +369,7 @@ for parallel query execution.</p>
 <li><p>Implemented in <code class="docutils literal notranslate"><span class="pre">Rust</span></code>, rather than <code class="docutils literal notranslate"><span class="pre">C/C++</span></code></p></li>
 </ol>
 <p>Here is a comparison with similar projects that may help understand
-when DataFusion might be be suitable and unsuitable for your needs:</p>
+when DataFusion might be suitable or unsuitable for your needs:</p>
 <ul class="simple">
 <li><p><a class="reference external" href="https://www.duckdb.org">DuckDB</a> is an open source, in process analytic database.
 Like DataFusion, it supports very fast execution, both from its custom file format