SAVE_POINT

Function

Manages savepoints of Hudi tables.

Syntax

Parameter Description

Table 1 Parameters

Parameter

Description

Mandatory

table_name

Name of the table to be queried. The value can be in the database.tablename format.

Yes

commit_Time

Specified creation or rollback timestamp

Yes

user

User who creates a savepoint

No

comments

Description of the savepoint

No

Example

call create_savepoints('hudi_test1', '20220908155421949');
call show_savepoints(table =>'hudi_test1');
call rollback_savepoints('hudi_test1', '20220908155421949');

Precautions

System Response

You can view query results on the client.