Updated on 2025-08-25 GMT+08:00

MSCK REPAIR TABLE

Function

MSCK REPAIR TABLE is specific to DataArts Fabric SQL. This syntax is used to synchronize partition information from the data catalog to the metadata storage engine.

Precautions

None.

Syntax

1
MSCK REPAIR TABLE table_name;

Parameter Description

None.

Examples

Synchronize partition information.

1
MSCK REPAIR TABLE table_name;