Do not report ERROR when sample rate equals 100

This commit is contained in:
ZenoWang
2024-02-06 14:49:31 +00:00
committed by ob-robot
parent 1f1d5c08ae
commit c8ef409bf3
3710 changed files with 486984 additions and 3083329 deletions

View File

@ -107,7 +107,7 @@ public:
// row operation
// Init operator with operation table name.
int init(
const char *tname, const ObIExecTenantIdProvider &exec_tenant_id_provider, const int32_t group_id = 0);
const char *tname, const ObIExecTenantIdProvider &exec_tenant_id_provider);
// Get operation table name.
const char *get_table_name() const;
const ObIExecTenantIdProvider *get_exec_tenant_id_provider() const;
@ -270,7 +270,6 @@ private:
bool is_inited_;
TableName table_name_; // operation table name.
const ObIExecTenantIdProvider *exec_tenant_id_provider_; // provide tenant id to exec sql.
int32_t group_id_; //remote inner sql rpc queue
};
@ -279,4 +278,4 @@ private:
}
}
#endif
#endif