Fix direct load exec session info

This commit is contained in:
suz-yang
2023-05-24 11:11:34 +00:00
committed by ob-robot
parent 9cebbed15f
commit bdf9558e59
16 changed files with 207 additions and 84 deletions

View File

@ -10,7 +10,7 @@ namespace oceanbase
{
namespace observer
{
class ObTableLoadExecCtx;
class ObTableLoadSqlExecCtx;
class ObTableLoadInstance;
}
@ -36,7 +36,7 @@ private:
int init_store_column_idxs(const uint64_t tenant_id, const uint64_t table_id,
common::ObIArray<int64_t> &store_column_idxs);
private:
observer::ObTableLoadExecCtx *load_exec_ctx_;
observer::ObTableLoadSqlExecCtx *load_exec_ctx_;
observer::ObTableLoadInstance *table_load_instance_;
bool is_inited_;
};