kevinjqliu closed issue #1110: Remove `InMemoryCatalog` from the test-codebase
URL: https://github.com/apache/iceberg-python/issues/1110
--
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 c
kevinjqliu commented on issue #1110:
URL:
https://github.com/apache/iceberg-python/issues/1110#issuecomment-2327513232
perhaps its a good idea to alias a new `InMemoryCatalog` implementation
using SqlCatalog
such as
https://github.com/apache/iceberg-python/blob/9857107561d2267813b7c
Fokko opened a new issue, #1110:
URL: https://github.com/apache/iceberg-python/issues/1110
### Feature Request / Improvement
`InMemoryCatalog` can be replaced by the SqlCatalog with Sqlite as a
backend. Less code is more :)
--
This is an automated message from the Apache Git Servic