Yicong-Huang opened a new issue, #3885:
URL: https://github.com/apache/texera/issues/3885
Currently we are using two dbs in CI.
```
- name: Create Databases
run: |
psql -h localhost -U postgres -f sql/texera_ddl.sql
psql -h localhost -U postgres -f sql/iceberg_postgres_catalog.sql
psql -h localhost -U postgres -f sql/texera_lakefs.sql
env:
PGPASSWORD: postgres
- name: Create texera_db_for_test_casesfi
run: psql -h localhost -U postgres -v
DB_NAME=texera_db_for_test_cases -f sql/texera_ddl.sql
```
It will be ideal to use a single instance.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]