Seaquel
SQL Server error code

SQL Server error 7937

SQL Server raises error 7937 at severity 16, which marks a problem with the query or data that you can correct.

Columnstore index has one or more missing column segments. Please run DBCC CHECKDB for more information.
Msg7937
NameDBCC2_FS_MISSING_COLUMN_DIRECTORY
Severity16
Group7000–7999

What it means

The specified column exists in a partition; however, its corresponding FILESTREAM directory was not found in the FILESTREAM dataspace.

Source: Database Engine events and errors