apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
402 stars 147 forks source link

feat: implement InMemoryCatalog as a subclass of SqlCatalog #1140

Open hussein-awala opened 3 weeks ago

hussein-awala commented 3 weeks ago

closes: #1110

This PR implement a new catalog InMemoryCatalog as a subclass of SqlCatalog with SQLite in-memory.

hussein-awala commented 3 weeks ago

@kevinjqliu I applied what you suggested in the comment above, could you recheck it now?

kevinjqliu commented 3 weeks ago

@Fokko wydt of this change? i remember we had past discussions on adding a "new" catalog implementation