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

Enhanced JdbcCatalog with Namespace Management

2021-08-27 Thread Qinhua Yan
tgres. This Catalog implementation can be easily extended to support some advanced features such as undelete tables and namespace-backed-by-multiple-backends. Any comments and discussions are welcomed! Thank you! Qinhua Yan