mvanschellebeeck commented on code in PR #4395:
URL: https://github.com/apache/arrow-datafusion/pull/4395#discussion_r1035414041


##########
tests/sqllogictests/README.md:
##########
@@ -0,0 +1,45 @@
+#### Overview
+
+This is the Datafusion implementation of 
[sqllogictest](https://www.sqlite.org/sqllogictest/doc/trunk/about.wiki). We 
use [sqllogictest-rs](https://github.com/risinglightdb/sqllogictest-rs) as a 
parser/runner of `.slt` files in `test_files`.
+
+#### Running tests
+
+`cargo run -p datafusion-sqllogictests`
+
+#### Setup
+
+
+#### sqllogictests
+
+> :warning: **Warning**:Datafusion's sqllogictest implementation and migration 
is still in progress. Definitions taken from 
https://www.sqlite.org/sqllogictest/doc/trunk/about.wiki
+
+sqllogictest is a program originally written for SQLite to verify the 
correctness of SQL queries against the SQLLite engine. The program is 
engine-agnostic and can parse sqllogictest files (`.slt`), runs queries against 
an SQL engine and compare the output to the expected output.

Review Comment:
   Yep makes sense! I'll track this in a later PR as I improve these docs 
iteratively.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to