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 93eb60aec0 Publish built docs triggered by 
e65c3e919855c9977cf4d80c0630ee26b7fd03ee
93eb60aec0 is described below

commit 93eb60aec0e8bcd7f4cc2d81b8af103e2bbc2ed6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 9 13:13:42 2024 +0000

    Publish built docs triggered by e65c3e919855c9977cf4d80c0630ee26b7fd03ee
---
 _sources/index.rst.txt                                          | 1 +
 contributor-guide/architecture.html                             | 5 +++++
 contributor-guide/communication.html                            | 5 +++++
 contributor-guide/getting_started.html                          | 5 +++++
 contributor-guide/governance.html                               | 5 +++++
 contributor-guide/howtos.html                                   | 5 +++++
 contributor-guide/index.html                                    | 5 +++++
 contributor-guide/inviting.html                                 | 5 +++++
 contributor-guide/quarterly_roadmap.html                        | 5 +++++
 contributor-guide/roadmap.html                                  | 5 +++++
 contributor-guide/specification/index.html                      | 5 +++++
 contributor-guide/specification/invariants.html                 | 5 +++++
 contributor-guide/specification/output-field-name-semantic.html | 5 +++++
 contributor-guide/testing.html                                  | 5 +++++
 download.html                                                   | 5 +++++
 genindex.html                                                   | 5 +++++
 index.html                                                      | 6 ++++++
 library-user-guide/adding-udfs.html                             | 5 +++++
 library-user-guide/building-logical-plans.html                  | 5 +++++
 library-user-guide/catalogs.html                                | 5 +++++
 library-user-guide/custom-table-providers.html                  | 5 +++++
 library-user-guide/extending-operators.html                     | 5 +++++
 library-user-guide/index.html                                   | 5 +++++
 library-user-guide/profiling.html                               | 5 +++++
 library-user-guide/using-the-dataframe-api.html                 | 5 +++++
 library-user-guide/using-the-sql-api.html                       | 5 +++++
 library-user-guide/working-with-exprs.html                      | 5 +++++
 search.html                                                     | 5 +++++
 searchindex.js                                                  | 2 +-
 user-guide/cli/datasources.html                                 | 5 +++++
 user-guide/cli/index.html                                       | 5 +++++
 user-guide/cli/installation.html                                | 5 +++++
 user-guide/cli/overview.html                                    | 5 +++++
 user-guide/cli/usage.html                                       | 5 +++++
 user-guide/configs.html                                         | 5 +++++
 user-guide/dataframe.html                                       | 5 +++++
 user-guide/example-usage.html                                   | 5 +++++
 user-guide/expressions.html                                     | 5 +++++
 user-guide/faq.html                                             | 5 +++++
 user-guide/introduction.html                                    | 5 +++++
 user-guide/sql/aggregate_functions.html                         | 5 +++++
 user-guide/sql/data_types.html                                  | 5 +++++
 user-guide/sql/ddl.html                                         | 5 +++++
 user-guide/sql/dml.html                                         | 5 +++++
 user-guide/sql/explain.html                                     | 5 +++++
 user-guide/sql/index.html                                       | 5 +++++
 user-guide/sql/information_schema.html                          | 5 +++++
 user-guide/sql/operators.html                                   | 5 +++++
 user-guide/sql/scalar_functions.html                            | 5 +++++
 user-guide/sql/select.html                                      | 5 +++++
 user-guide/sql/sql_status.html                                  | 5 +++++
 user-guide/sql/subqueries.html                                  | 5 +++++
 user-guide/sql/window_functions.html                            | 5 +++++
 user-guide/sql/write_options.html                               | 5 +++++
 54 files changed, 263 insertions(+), 1 deletion(-)

diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 8677b63c91..d491df04f7 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -69,6 +69,7 @@ See the `developer’s guide`_ for contributing and 
`communication`_ for getting
    GitHub and Issue Tracker <https://github.com/apache/datafusion>
    crates.io <https://crates.io/crates/datafusion>
    API Docs <https://docs.rs/datafusion/latest/datafusion/>
+   Blog <https://datafusion.apache.org/blog/>
    Code of conduct 
<https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md>
    Download <download>
 
diff --git a/contributor-guide/architecture.html 
b/contributor-guide/architecture.html
index ececcd3ec6..02468f835a 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/communication.html 
b/contributor-guide/communication.html
index a8a06f4fc1..fb1b9078bd 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/getting_started.html 
b/contributor-guide/getting_started.html
index 1c8ed598f8..a2bf28ac10 100644
--- a/contributor-guide/getting_started.html
+++ b/contributor-guide/getting_started.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/governance.html 
b/contributor-guide/governance.html
index 4e9385f40d..4f4bd349f2 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index bd67a62d90..14adc603ea 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 95accb8129..567cd14a9f 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index 4ba677f642..fe4bc401cf 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/quarterly_roadmap.html 
b/contributor-guide/quarterly_roadmap.html
index c99f79c689..5765b9f40a 100644
--- a/contributor-guide/quarterly_roadmap.html
+++ b/contributor-guide/quarterly_roadmap.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index ce2c6e629d..c3293e7a26 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/specification/index.html 
b/contributor-guide/specification/index.html
index 5095e8d042..45448683fe 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/specification/invariants.html 
b/contributor-guide/specification/invariants.html
index 8b263260ea..dbbd924773 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/specification/output-field-name-semantic.html 
b/contributor-guide/specification/output-field-name-semantic.html
index 27c7709288..de8df5beed 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -118,6 +118,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index f742edd971..834df0e39a 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/download.html b/download.html
index a9ba2c68f3..c01009011c 100644
--- a/download.html
+++ b/download.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/genindex.html b/genindex.html
index 8c6cfc2e86..bc606b303b 100644
--- a/genindex.html
+++ b/genindex.html
@@ -116,6 +116,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/index.html b/index.html
index 74618c5951..f8a55893c7 100644
--- a/index.html
+++ b/index.html
@@ -118,6 +118,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
@@ -523,6 +528,7 @@ community.</p>
 <li class="toctree-l1"><a class="reference external" 
href="https://github.com/apache/datafusion";>GitHub and Issue Tracker</a></li>
 <li class="toctree-l1"><a class="reference external" 
href="https://crates.io/crates/datafusion";>crates.io</a></li>
 <li class="toctree-l1"><a class="reference external" 
href="https://docs.rs/datafusion/latest/datafusion/";>API Docs</a></li>
+<li class="toctree-l1"><a class="reference external" 
href="https://datafusion.apache.org/blog/";>Blog</a></li>
 <li class="toctree-l1"><a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>Code 
of conduct</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="download.html">Download</a></li>
 </ul>
diff --git a/library-user-guide/adding-udfs.html 
b/library-user-guide/adding-udfs.html
index a4570444b8..4a75981be5 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/building-logical-plans.html 
b/library-user-guide/building-logical-plans.html
index 7945614ab5..32bf91eb65 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 5124e521ae..5b5af6dc40 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/custom-table-providers.html 
b/library-user-guide/custom-table-providers.html
index 81231c3944..e7049b0ef8 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/extending-operators.html 
b/library-user-guide/extending-operators.html
index ca78c6462c..182670e1b8 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index 93fa7575b7..dbff6a78dc 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/profiling.html 
b/library-user-guide/profiling.html
index 74e6c3b0e4..4a47889a2f 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/using-the-dataframe-api.html 
b/library-user-guide/using-the-dataframe-api.html
index b52fba8ef3..014f96342d 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/using-the-sql-api.html 
b/library-user-guide/using-the-sql-api.html
index f9c47fe7da..e34429a359 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/library-user-guide/working-with-exprs.html 
b/library-user-guide/working-with-exprs.html
index e1e53d95d3..38c4b0524f 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/search.html b/search.html
index 9053eb5b99..81c93fb17a 100644
--- a/search.html
+++ b/search.html
@@ -123,6 +123,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/searchindex.js b/searchindex.js
index 0cac8fd005..1b68921dff 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43, 
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]], 
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]], 
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[10, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/": [[ 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43, 
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]], 
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]], 
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[10, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/": [[ 
[...]
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index 2b40b50523..b2a0df3a34 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 72f257a76e..fef0038987 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index 9f0dda37db..fe1f2ee2ed 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index c4204aea93..20700a5f81 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index 9fd42369ba..670ba3af8e 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 8132175ae0..98bda9b97f 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index ea23d5b2d3..d88900ab06 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 87bd599c64..2b5b9e8a83 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 3652965310..00dd4d5090 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 7f9da2f83a..e3ef225b7c 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index aaf5d7729e..18014b74a5 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/aggregate_functions.html 
b/user-guide/sql/aggregate_functions.html
index 71d1afdd6a..006074265c 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 5620c2361d..c4e50f4ddd 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 785b37ecbc..4515a14f1b 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 7f074220b5..5c821b393d 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 1a8438f002..ed14ae1cac 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index d567d488e5..554698c019 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/information_schema.html 
b/user-guide/sql/information_schema.html
index 29015f620b..7d8ca2fbfd 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 17c250df0c..83be3e1e71 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index 37760cd3ee..b6152fb49b 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 7e39c40135..8efb7221f3 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 44c411bf2e..0903de7e3a 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 4ce257cc1a..cee95ef5ec 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/window_functions.html 
b/user-guide/sql/window_functions.html
index 0c8dec4c08..6be8816daf 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct
diff --git a/user-guide/sql/write_options.html 
b/user-guide/sql/write_options.html
index f5e4d4afdd..afbf7f0f77 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -119,6 +119,11 @@
    API Docs
   </a>
  </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://datafusion.apache.org/blog/";>
+   Blog
+  </a>
+ </li>
  <li class="toctree-l1">
   <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md";>
    Code of conduct


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to