From 0c07640a236c4e61fc33ae1f6f12597fd793da7b Mon Sep 17 00:00:00 2001 From: MsfPablo Date: Mon, 31 Aug 2026 17:57:39 +0200 Subject: [PATCH] docs: fix 'sqllite' typo in sqllogictest README --- datafusion/sqllogictest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/sqllogictest/README.md b/datafusion/sqllogictest/README.md index 76c28b5ecd2e..ca00fff7f654 100644 --- a/datafusion/sqllogictest/README.md +++ b/datafusion/sqllogictest/README.md @@ -349,7 +349,7 @@ export RUST_MIN_STACK=30485760; PG_COMPAT=true INCLUDE_SQLITE=true cargo test --features=postgres --test sqllogictests ``` -To update the sqllite expected answers use the `datafusion/sqllogictest/regenerate_sqlite_files.sh` script. +To update the sqlite expected answers use the `datafusion/sqllogictest/regenerate_sqlite_files.sh` script. Note this must be run with an empty postgres instance. For example