Re: [I] InMemory Catalog [iceberg-python]

2024-03-24 Thread via GitHub
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:

Re: [I] InMemory Catalog [iceberg-python]

2024-02-29 Thread via GitHub
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

Re: [I] InMemory Catalog [iceberg-python]

2024-02-29 Thread via GitHub
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

Re: [I] InMemory Catalog [iceberg-python]

2024-01-23 Thread via GitHub
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

Re: [I] InMemory Catalog [iceberg-python]

2024-01-22 Thread via GitHub
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

Re: [I] InMemory Catalog [iceberg-python]

2024-01-22 Thread via GitHub
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

Re: [I] InMemory Catalog [iceberg-python]

2024-01-22 Thread via GitHub
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

Re: [I] InMemory Catalog [iceberg-python]

2024-01-22 Thread via GitHub
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