diff --git a/src/iceberg/schema.h b/src/iceberg/schema.h index bcaccaa15..3c84bc2af 100644 --- a/src/iceberg/schema.h +++ b/src/iceberg/schema.h @@ -187,6 +187,7 @@ class ICEBERG_EXPORT Schema : public StructType { friend bool operator==(const Schema& lhs, const Schema& rhs) { return lhs.Equals(rhs); } private: + using StructType::Equals; /// \brief Compare two schemas for equality. bool Equals(const Schema& other) const;