Skip to content

Commit

Permalink
fix failed ut
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Feb 12, 2025
1 parent c92c22f commit d7bf0d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp-ch/local-engine/Parser/SerializedPlanParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ QueryPlanPtr SerializedPlanParser::parseOp(const substrait::Rel & rel, std::list
if (!read.has_local_files())
read_rel_parser->setSplitInfo(nextSplitInfo());
}
else
throw Exception(ErrorCodes::LOGICAL_ERROR, "Unknown read rel:{}", read.ShortDebugString());
}

DB::QueryPlanPtr query_plan = rel_parser->parse(input_query_plans, rel, rel_stack);
Expand Down

0 comments on commit d7bf0d7

Please sign in to comment.