Skip to content

Commit

Permalink
fix bad copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Nov 13, 2024
1 parent 1576777 commit 74640cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-physical-plan/src/physical_planner/translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ pub(super) fn translate_single_logical_node(
"Intersect should already be optimized away".to_string(),
)),
LogicalPlan::Union(_) => Err(DaftError::InternalError(
"Intersect should already be optimized away".to_string(),
"Union should already be optimized away".to_string(),
)),
}
}
Expand Down

0 comments on commit 74640cf

Please sign in to comment.