File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,10 @@ sd -f i '^sqllogictest.*' 'sqllogictest = { git = "https://github.com/Omega359/s
168168
169169echo " 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
174176echo " Running the sqllogictests with sqlite completion. This will take approximately an hour to run"
175177
You can’t perform that action at this time.
0 commit comments