Fix tpcds perf drop

This commit is contained in:
XIAO-HOU
2024-03-28 14:15:24 +00:00
committed by ob-robot
parent e6d00ac5bb
commit b85bfe378d

View File

@ -858,7 +858,7 @@ public:
} }
TO_STRING_KV(K_(set), K_(hash_func), K_(cmp_func)); TO_STRING_KV(K_(set), K_(hash_func), K_(cmp_func));
private: private:
common::hash::ObHashSet<ObWhiteFilterParam> set_; common::hash::ObHashSet<ObWhiteFilterParam, common::hash::NoPthreadDefendMode> set_;
ObExprHashFuncType hash_func_; ObExprHashFuncType hash_func_;
ObDatumCmpFuncType cmp_func_; ObDatumCmpFuncType cmp_func_;
}; };