check column checksum reported after ddl inner sql finish

This commit is contained in:
obdev
2023-02-24 13:00:53 +00:00
committed by ob-robot
parent aaf8450466
commit 3e39a6476e
7 changed files with 74 additions and 100 deletions

View File

@ -108,14 +108,8 @@ private:
const ObSqlString &sql,
const uint64_t tenant_id,
ObIArray<uint64_t> &batch_tablet_ids,
ObIArray<ObColDesc> &column_ids,
common::ObMySQLProxy &sql_proxy,
common::hash::ObHashMap<uint64_t, ObArray<int64_t>> &tablet_columns_map,
common::hash::ObHashMap<uint64_t, bool> &tablet_checksum_status_map);
static int construct_tablet_column_map(
const uint64_t tablet_id,
const int64_t column_id,
common::hash::ObHashMap<uint64_t, ObArray<int64_t>> &tablet_columns_map);
};
} // end namespace share