Skip to content

Commit aeb333e

Browse files
committed
Update scirpt
1 parent 40d44b2 commit aeb333e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

datafusion/sqllogictest/regenerate_sqlite_files.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ sd -f i '^sqllogictest.*' 'sqllogictest = { git = "https://github.com/Omega359/s
168168

169169
echo "Replacing the datafusion/sqllogictest/bin/sqllogictests.rs file with a custom version required for running completion"
170170

171-
# replace the sqllogictest.rs with a customized version.
172-
cp datafusion/sqllogictest/regenerate/sqllogictests.rs datafusion/sqllogictest/bin/sqllogictests.rs
171+
# replace the sqllogictest.rs with a customized versions.
172+
cp datafusion/sqllogictest/regenerate/sqllogictests.rs datafusion/sqllogictest/bin/sqllogictests.rs
173+
cp datafusion/sqllogictest/regenerate/src/engines/postgres_engine/ datafusion/sqllogictest/src/engines/postgres_engine/mod.rs
174+
cp datafusion/sqllogictest/regenerate/src/engines/datafusion_engine datafusion/sqllogictest/src/engines/datafusion_engine/runner.rs
173175

174176
echo "Running the sqllogictests with sqlite completion. This will take approximately an hour to run"
175177

0 commit comments

Comments
 (0)