Skip to content

Commit

Permalink
[substrait][converter] change toVeloxPlan(Rel) to virtual function (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaJin committed Jul 29, 2024
1 parent 42f5f37 commit f6b674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/substrait/SubstraitToVeloxPlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class SubstraitVeloxPlanConverter {
const RowTypePtr& type);

/// Convert Substrait Rel into Velox PlanNode.
core::PlanNodePtr toVeloxPlan(const ::substrait::Rel& rel);
virtual core::PlanNodePtr toVeloxPlan(const ::substrait::Rel& rel);

/// Convert Substrait RelRoot into Velox PlanNode.
core::PlanNodePtr toVeloxPlan(const ::substrait::RelRoot& root);
Expand Down

0 comments on commit f6b674d

Please sign in to comment.