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 9155308050 Publish built docs triggered by 
8ebed674dd71f8a466f658626877944cd16a4375
9155308050 is described below

commit 9155308050ab78c049683ed2c60a99a0eeb3c700
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 6 17:24:35 2025 +0000

    Publish built docs triggered by 8ebed674dd71f8a466f658626877944cd16a4375
---
 _sources/contributor-guide/testing.md.txt | 2 ++
 contributor-guide/testing.html            | 1 +
 searchindex.js                            | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/_sources/contributor-guide/testing.md.txt 
b/_sources/contributor-guide/testing.md.txt
index b955b09050..3da0e0fe59 100644
--- a/_sources/contributor-guide/testing.md.txt
+++ b/_sources/contributor-guide/testing.md.txt
@@ -56,6 +56,8 @@ DataFusion's SQL implementation is tested using 
[sqllogictest](https://github.co
 
 Like similar systems such as [DuckDB](https://duckdb.org/dev/testing), 
DataFusion has chosen to trade off a slightly higher barrier to contribution 
for longer term maintainability.
 
+DataFusion has integrated [sqlite's test 
suite](https://sqlite.org/sqllogictest/doc/trunk/about.wiki) as a supplemental 
test suite that is run whenever a PR is merged into DataFusion. To run it 
manually please refer to the 
[README](https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md#running-tests-sqlite)
 file for instructions.
+
 ## Rust Integration Tests
 
 There are several tests of the public interface of the DataFusion library in 
the 
[tests](https://github.com/apache/datafusion/tree/main/datafusion/core/tests) 
directory.
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index e8a8ce8114..b20b87f76b 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -638,6 +638,7 @@ The <a class="reference external" 
href="https://github.com/apache/datafusion/tre
 <p>DataFusion’s SQL implementation is tested using <a class="reference 
external" 
href="https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest";>sqllogictest</a>
 which are run like other tests using <code class="docutils literal 
notranslate"><span class="pre">cargo</span> <span class="pre">test</span> <span 
class="pre">--test</span> <span class="pre">sqllogictests</span></code>.</p>
 <p><code class="docutils literal notranslate"><span 
class="pre">sqllogictests</span></code> tests may be less convenient for new 
contributors who are familiar with writing <code class="docutils literal 
notranslate"><span class="pre">.rs</span></code> tests as they require learning 
another tool. However, <code class="docutils literal notranslate"><span 
class="pre">sqllogictest</span></code> based tests are much easier to develop 
and maintain as they 1) do not require a slow recompile/link [...]
 <p>Like similar systems such as <a class="reference external" 
href="https://duckdb.org/dev/testing";>DuckDB</a>, DataFusion has chosen to 
trade off a slightly higher barrier to contribution for longer term 
maintainability.</p>
+<p>DataFusion has integrated <a class="reference external" 
href="https://sqlite.org/sqllogictest/doc/trunk/about.wiki";>sqlite’s test 
suite</a> as a supplemental test suite that is run whenever a PR is merged into 
DataFusion. To run it manually please refer to the <a class="reference 
external" 
href="https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md#running-tests-sqlite";>README</a>
 file for instructions.</p>
 </section>
 <section id="rust-integration-tests">
 <h2>Rust Integration Tests<a class="headerlink" href="#rust-integration-tests" 
title="Link to this heading">¶</a></h2>
diff --git a/searchindex.js b/searchindex.js
index 532d850077..501fa21028 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48, 
"op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id19"]], 
"!~~*": [[48, "id20"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]], 
"&": [[48, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[9, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48, 
"op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id19"]], 
"!~~*": [[48, "id20"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]], 
"&": [[48, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[9, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file


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

Reply via email to