Skip to content

Commit

Permalink
Clean up useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 4, 2024
1 parent 62b230c commit 467d888
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cpp/velox/substrait/SubstraitToVeloxPlan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ RowTypePtr getJoinOutputType(
VELOX_FAIL("Output should include left or right columns.");
}

// Returns the path vector used to create Subfield.
std::vector<std::unique_ptr<common::Subfield::PathElement>> getPath(const std::string& field) {
std::vector<std::unique_ptr<common::Subfield::PathElement>> path;
path.push_back(std::make_unique<common::Subfield::NestedField>(field));
return path;
}

} // namespace

core::PlanNodePtr SubstraitToVeloxPlanConverter::processEmit(
Expand Down

0 comments on commit 467d888

Please sign in to comment.