Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
This ticket is to make sure that in Hudi 1.0 all existing built-in and custom payload classes should still work, providing the same functionality as 0.x releases. They can be realized through either the new record merge API implementation, or still the existing payload class implementation through retrofit.
We'll fully migrate all exsiting payload logic to the new record merge implementation in HUDI-8401, i.e., with the move towards making partial updates a first class citizen, that does not need any special payloads/merges, we need to move the CDC payloads to all be transformers in Hudi Streamer and SQL write path. Along with migration instructions to users.