Re: [PR] feat: RegisterTable api support for InMemoryCatalog [iceberg-cpp]

2025-07-06 Thread via GitHub
lishuxu closed pull request #141: feat: RegisterTable api support for InMemoryCatalog URL: https://github.com/apache/iceberg-cpp/pull/141 -- 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

[PR] feat: RegisterTable api support for InMemoryCatalog [iceberg-cpp]

2025-07-06 Thread via GitHub
lishuxu opened a new pull request, #141: URL: https://github.com/apache/iceberg-cpp/pull/141 Note: Since the LoadTable interface needs to return a Table object that holds a shared_from_this pointer to the catalog, I remove InMemoryCatalog inheritance from Catalog and instead directly implem

Re: [PR] feat: RegisterTable api support for InMemoryCatalog [iceberg-cpp]

2025-07-04 Thread via GitHub
lishuxu closed pull request #137: feat: RegisterTable api support for InMemoryCatalog URL: https://github.com/apache/iceberg-cpp/pull/137 -- 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

[PR] feat: RegisterTable api support for InMemoryCatalog [iceberg-cpp]

2025-07-04 Thread via GitHub
lishuxu opened a new pull request, #137: URL: https://github.com/apache/iceberg-cpp/pull/137 Note: Since the LoadTable interface needs to return a Table object that holds a shared_from_this pointer to the catalog, I remove InMemoryCatalog inheritance from Catalog and instead directly implem