kevinjqliu opened a new pull request, #13367:
URL: https://github.com/apache/iceberg/pull/13367

   Closes #13366
   
   Use `file::memory:` to explicitly indicate an in-memory database that 
supports URI parameters.
   Add the `?cache=shared` parameter to allow SQLite to use a shared in-memory 
cache so that all connections will access the same underlying in-memory 
database.
   
   Tested locally by explicitly overriding the `CATALOG_URL` parameters in 
[pyiceberg's integration test 
setup](https://github.com/apache/iceberg-python/blob/e937f6a1811c9e090552a4ae2015a8032e7ea910/dev/docker-compose-integration.yml#L42-L55)
   ```
         - CATALOG_URI=jdbc:sqlite:file::memory:?cache=shared
   ```
   and then running the "Reproduce" code in #13366


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to