xudong963 commented on issue #4460: URL: https://github.com/apache/arrow-datafusion/issues/4460#issuecomment-1336112613
@alamb Today I have a more crazy idea: we can use **Postgres** to run `create table` and `insert into ...` for DF. To implement the idea, we can register two DBs for sqllogictest runner, PG and DF. For pg: we can register Postgres client in our logictest by use `tokio_postgres::Client` and start Postgres server in docker. Here is a draft PR to verify if my idea is feasible in sqllogictest-rs: https://github.com/xudong963/sqllogictest-rs/pull/1 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org