Skip to content

Commit

Permalink
Merge branch 'main' into aggregate_emits
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime authored Sep 24, 2024
2 parents 517c705 + 3f633f2 commit 181332d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/substrait/type/Type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ParameterizedTypePtr decodeType(
bool nullable,
const std::vector<ParameterizedTypePtr>& parameterTypes) {
SUBSTRAIT_UNSUPPORTED(
"Unsupported parameter type: " + TypeTraits<Kind>::kTypeString);
std::string("Unsupported parameter type: ") +
TypeTraits<Kind>::kTypeString);
}

template <>
Expand Down

0 comments on commit 181332d

Please sign in to comment.