Rolls back a specified commit.
call rollback_to_instant(table => '[table_name]', instant_time => '[instant]');
Parameter |
Description |
---|---|
table_name |
Mandatory. Name of the Hudi table to be rolled back. |
instant |
Mandatory. Commit instant timestamp of the Hudi table to be rolled back. |
call rollback_to_instant(table => 'h1', instant_time=>'20220915113127525');
Only the latest commit timestamps can be rolled back in sequence.
You can view command execution results in the driver log or on the client.