diff --git a/src/share/vector/ob_discrete_format.h b/src/share/vector/ob_discrete_format.h index 76cd47cdf..8ae5b7c8d 100644 --- a/src/share/vector/ob_discrete_format.h +++ b/src/share/vector/ob_discrete_format.h @@ -48,10 +48,10 @@ public: OB_INLINE void set_payload(const int64_t idx, const void *payload, - const ObLength length) override; + const ObLength length) override final; OB_INLINE void set_payload_shallow(const int64_t idx, const void *payload, - const ObLength length) override { + const ObLength length) override final { if (OB_UNLIKELY(nulls_->at(idx))) { unset_null(idx); }