Skip to content

Commit 7dde2f4

Browse files
authored
Fix: merge error (#5216)
Signed-off-by: Connor Tsui <[email protected]>
1 parent 91b6bee commit 7dde2f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vortex-array/src/arrays/decimal/vtable/operator.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44
use vortex_compute::filter::Filter;
5-
use vortex_dtype::PrecisionScale;
5+
use vortex_dtype::{PrecisionScale, match_each_decimal_value_type};
66
use vortex_error::VortexResult;
7-
use vortex_scalar::match_each_decimal_value_type;
87
use vortex_vector::decimal::DVector;
98

109
use crate::arrays::{DecimalArray, DecimalVTable, MaskedVTable};

0 commit comments

Comments
 (0)