Skip to content

Commit

Permalink
Updated error text.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jun 28, 2023
1 parent 8f669e1 commit c46c4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ std::any SubstraitPlanPipelineVisitor::visitPipeline(
if (*rightSymbol != SymbolInfo::kUnknown) {
if (rightSymbol->blob.type() != typeid(std::shared_ptr<RelationData>)) {
errorListener_->addError(
ctx->getStart(), "Encountered that should be a relation but isn't.");
ctx->getStart(), "No relation definition present for this symbol.");
}
auto rightRelationData =
ANY_CAST(std::shared_ptr<RelationData>, rightSymbol->blob);
Expand Down

0 comments on commit c46c4ae

Please sign in to comment.