lidavidm commented on PR #1058:
URL: https://github.com/apache/arrow-adbc/pull/1058#issuecomment-1716393916

   That sounds like it would work - though maybe memory usage would become a 
concern at some point?
   
   The other thing you could do is maybe a series of 
   
   ```
   env POSTGRES=11 docker compose up --wait --detach postgres-test
   # run tests...
   docker compose down
   
   env POSTGRES=12 docker compose up --wait --detach postgres-test
   ...
   ```
   
   and parameterize the docker-compose definition on the postgres env var 
(Arrow does some things like that for its CI setup, at least in terms of using 
env vars to parameterize docker-compose definitions)


-- 
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]

Reply via email to