1
0

[MINOR] Mark AWSGlueCatalogSyncClient experimental (#5775)

This commit is contained in:
Raymond Xu
2022-06-06 17:25:59 -07:00
committed by GitHub
parent 7da97c8096
commit e5710a8e7c

View File

@@ -76,6 +76,8 @@ import static org.apache.hudi.sync.common.util.TableUtils.tableId;
/**
* This class implements all the AWS APIs to enable syncing of a Hudi Table with the
* AWS Glue Data Catalog (https://docs.aws.amazon.com/glue/latest/dg/populate-data-catalog.html).
*
* @Experimental
*/
public class AWSGlueCatalogSyncClient extends AbstractHiveSyncHoodieClient {