Fokko commented on PR #80: URL: https://github.com/apache/iceberg-cpp/pull/80#issuecomment-2817299163
I know that you already took the time and effort to write this, but I did want to put this out here. In PyIceberg we've removed the MemoryCatalog from the codebase, mostly because the SQLCatalog (JDBCCatalog in Java) was proven to be much better. The SQLCatalog also allows running in-memory using a SQLite in-memory instance, but also provides the option to easily keep the state after the process terminates. Next to that, it also provides locking out of the box. -- 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