diff --git a/src/iceberg/expression/manifest_evaluator.cc b/src/iceberg/expression/manifest_evaluator.cc index bc7d0bfe6..7b86f049e 100644 --- a/src/iceberg/expression/manifest_evaluator.cc +++ b/src/iceberg/expression/manifest_evaluator.cc @@ -340,7 +340,7 @@ class ManifestEvalVisitor : public BoundVisitor { return NotSupported("Bounds of non-primitive partition fields are not supported."); } return Literal::Deserialize( - bound, std::move(internal::checked_pointer_cast(type))); + bound, internal::checked_pointer_cast(type))); } private: