kevinjqliu closed issue #293: InMemory Catalog
URL: https://github.com/apache/iceberg-python/issues/293
--
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:
kevinjqliu commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1971449888
@Fokko thats fair. I'll see if there are features in the PR I can pull out.
We can leave the `InMemory` catalog under `tests/` for now.
--
This is an automated message fro
Fokko commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1970859692
I must admit that I'm second-guessing the decision to add another catalog.
This mostly comes from the recent discussions on the Java side where catalogs
are being removed to avoid
Fokko commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1906706092
@kevinjqliu Alright, that's fair, I just wanted to make sure that we
considered the option before making the `InMemory` one public 👍
--
This is an automated message from the Ap
kevinjqliu commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1904684492
Looks like there's also a `InMemoryCatalog` in the Java lib
lgithub.com/apache/iceberg/blob/0f509d2d678db2d7322dafded58ec0ca6d7fb268/core/src/main/java/org/apache/iceberg/i
kevinjqliu commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1904641372
@Fokko
Didn't know the in-memory sqlite option was available! That's awesome.
I was able to read/write using the `SqlCatalog`. Metadata is saved in memory
using sqlite
asheeshgarg commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1904328604
@Fokko
Is this https://github.com/apache/iceberg/pull/4518 supported as part of
pycieberg?
--
This is an automated message from the Apache Git Service.
To respond to t
Fokko commented on issue #293:
URL: https://github.com/apache/iceberg-python/issues/293#issuecomment-1903462763
Forwarding my comment here as well:
https://github.com/apache/iceberg-python/pull/289#issuecomment-1903442816
Maybe we should add this to the documentation of the SqlCatalog