alamb commented on code in PR #14881: URL: https://github.com/apache/datafusion/pull/14881#discussion_r1970539614
########## datafusion/sqllogictest/regenerate_sqlite_files.sh: ########## @@ -168,8 +168,10 @@ sd -f i '^sqllogictest.*' 'sqllogictest = { git = "https://github.com/Omega359/s echo "Replacing the datafusion/sqllogictest/bin/sqllogictests.rs file with a custom version required for running completion" -# replace the sqllogictest.rs with a customized version. -cp datafusion/sqllogictest/regenerate/sqllogictests.rs datafusion/sqllogictest/bin/sqllogictests.rs +# replace the sqllogictest.rs with a customized versions. +cp datafusion/sqllogictest/regenerate/sqllogictests.rs datafusion/sqllogictest/bin/sqllogictests.rs +cp datafusion/sqllogictest/regenerate/src/engines/postgres_engine/ datafusion/sqllogictest/src/engines/postgres_engine/mod.rs Review Comment: two other files are now copied here... -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org