diff --git a/src/substrait/type/Type.cpp b/src/substrait/type/Type.cpp index 5a0e3cff..9581607a 100644 --- a/src/substrait/type/Type.cpp +++ b/src/substrait/type/Type.cpp @@ -40,7 +40,8 @@ ParameterizedTypePtr decodeType( bool nullable, const std::vector& parameterTypes) { SUBSTRAIT_UNSUPPORTED( - "Unsupported parameter type: " + TypeTraits::kTypeString); + std::string("Unsupported parameter type: ") + + TypeTraits::kTypeString); } template <>