[Fix](thrift) add SCH_BACKENDS in TSchemaTableType (#18647)

This commit is contained in:
WenYao
2023-04-14 17:47:25 +08:00
committed by GitHub
parent 362b5a34ae
commit 90f4e4feff

View File

@ -111,6 +111,7 @@ enum TSchemaTableType {
SCH_VIEWS,
SCH_INVALID,
SCH_ROWSETS,
SCH_BACKENDS,
SCH_COLUMN_STATISTICS
}