fix master failed cases

This commit is contained in:
wangt1xiuyi
2023-06-13 02:18:03 +00:00
committed by ob-robot
parent 05295dd0f6
commit 433616c763
4 changed files with 9 additions and 4 deletions

View File

@ -992,7 +992,7 @@ struct ObDDLSchemaVersionHint
class ObTableDynamicSamplingHint : public ObOptHint
{
public:
ObTableDynamicSamplingHint(ObItemType hint_type)
ObTableDynamicSamplingHint(ObItemType hint_type = T_TABLE_DYNAMIC_SAMPLING)
: ObOptHint(hint_type), dynamic_sampling_(ObGlobalHint::UNSET_DYNAMIC_SAMPLING), sample_block_cnt_(0)
{
set_hint_class(HINT_TABLE_DYNAMIC_SAMPLING);