kazdy opened a new pull request, #8744: URL: https://github.com/apache/hudi/pull/8744
### Change Logs Glue has soft limit of 100k table versions. With every table update new version is created. In streaming scenarios we can hit 100k table versions quickly. Users should be able to skip table archival when using glue meta sync. ### Impact Added GLUE_SKIP_TABLE_ARCHIVE config, defaults to true. ### Risk level (write none, low medium or high below) medium as there are no tests for glue sync but the change is not complex ### Documentation Update config GLUE_SKIP_TABLE_ARCHIVE - defaults to true, controls whether create new tglue able version on table update ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
