deepakpanda93 commented on issue #15244: URL: https://github.com/apache/hudi/issues/15244#issuecomment-4965766455
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: The linked PR #5900 was closed unmerged, but this capability was subsequently delivered by #8744 ([HUDI-6232], merged 2023-11-30). Hudi now exposes the `hoodie.datasource.hive_sync.glue.skip_table_archive` config (GlueCatalogSyncClientConfig#GLUE_SKIP_TABLE_ARCHIVE); when enabled, AWSGlueCatalogSyncClient passes `skipArchive(true)` on Glue UpdateTable requests (AWSGlueCatalogSyncClient.java:589,1182), so frequent syncs no longer create new Glue table versions and hit the version limit — exactly the ask here. Closing as done. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
