jonahgao commented on code in PR #7971: URL: https://github.com/apache/arrow-datafusion/pull/7971#discussion_r1376479352
########## datafusion/sqllogictest/README.md: ########## @@ -17,19 +17,26 @@ under the License. --> -#### Overview +# DataFusion sqllogictest -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`](test_files). +[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format. Review Comment: ```suggestion [DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format. ``` Fix the broken link. -- 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]
