Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
We need table services to operate on tables based on the current table version. This generally helps us manage tables compatible with writer versions, as well as call them during upgrade/downgrade path.
e.g https://github.com/apache/hudi/pull/11866#discussion_r1765447834 talks about how validation may need to turned off to run compaction during upgrade/downgrade.
Currently rollback is performed as a part of upgrade-downgrade, which also needs to be table version specific..