Skip to content

Commit f2c4c91

Browse files
zanmato1984pitrou
andauthored
Update cpp/src/arrow/compute/expression_test.cc
Co-authored-by: Antoine Pitrou <[email protected]>
1 parent d3aee89 commit f2c4c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/compute/expression_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ TEST(Expression, BindWithImplicitCasts) {
831831
cast(field_ref("dec128_5_3"), decimal256(5, 3))),
832832
/*bound_out=*/nullptr, *exciting_schema);
833833

834-
// decimal decimal with different scales
834+
// decimal decimal with same width but different scales
835835
ExpectBindsTo(
836836
cmp(field_ref("dec128_3_2"), field_ref("dec128_5_3")),
837837
cmp(cast(field_ref("dec128_3_2"), decimal128(4, 3)), field_ref("dec128_5_3")),

0 commit comments

Comments
 (0)