RESUME TABLE_SERVICE
Description
Resumes the specified Table Service if it's currently paused.
Note that the SQL statement does not end with ;
Syntax
RESUME TABLE_SERVICE
LAKE = <string>
DATABASE = <string>
TABLE = <string>
SERVICE = { 'CLUSTER' | 'COMPACT' | 'CLEAN' | 'METASYNC' }
Examples
RESUME TABLE_SERVICE
LAKE = 'my_lake'
DATABASE = 'my_db'
TABLE = 'my_table'
SERVICE = 'CLUSTER'