Skip to content

Commit

Permalink
DataFusion PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Dec 12, 2024
1 parent 2bd7aa1 commit cedfd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-scalar/src/pvalue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Add<Self> for PValue {
type Output = Self;

fn add(self, rhs: Self) -> Self::Output {
self.checked_add(&rhs).expect("Addition overflow")
self.checked_add(&rhs).vortex_expect("Addition overflow")
}
}

Expand Down

0 comments on commit cedfd73

Please sign in to comment.