RE: Enhanced JdbcCatalog with Namespace Management

2021-09-24 Thread Qinhua Yan
Hi there, Please find the poc pull request here: https://github.com/apache/iceberg/pull/3177 Thanks, Qinhua Yan From: Qinhua Yan Sent: Monday, August 30, 2021 10:22 AM To: Iceberg Dev List Subject: RE: Enhanced JdbcCatalog with Namespace Management I’m really glad to see there are so many

RE: Enhanced JdbcCatalog with Namespace Management

2021-08-30 Thread Qinhua Yan
n next (that will involve the Catalog) include o Undelete, o and very similar logic as undelete: register pre-existing table to Catalog. Thanks, Qinhua Yan From: Jack Ye Sent: Sunday, August 29, 2021 1:01 PM To: Iceberg Dev List Subject: Re: Enhanced JdbcCatalog with Namespace Manageme

Re: Enhanced JdbcCatalog with Namespace Management

2021-08-29 Thread Jack Ye
Hi Qinhua, +1 for what Ryan says, it would be great to have a PR to analyze the features you list in detail. I have the following questions and comments: > Namespace management and configuration This is something we decided to implement in a second iteration when people have a need, so if you hav

Re: Enhanced JdbcCatalog with Namespace Management

2021-08-27 Thread Ryan Blue
Qinhua, thanks for sharing this. It sounds great to add more features to the JDBC catalog. Could you share a link to the implementation or a PR? I have lots more questions like how you implemented namespaces, but those can probably be answered by looking at the code if you're able to share it. Th