Skip to content

Commit 837ead8

Browse files
committed
chore: tighten up the checking on the predicate comparison
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent 1166679 commit 837ead8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ def test_merge_on_decimal_3033(tmp_path):
14521452

14531453
assert (
14541454
string_predicate
1455-
== "timestamp >= arrow_cast('2024-03-20T12:30:00.000000', 'Timestamp(Microsecond, None)') AND timestamp <= arrow_cast('2024-03-20T12:30:00.000000', 'Timestamp(Microsecond, None)') AND altitude >= '1505'::decimal(4, 1) AND altitude <= '1505'::decimal(4, 1)"
1455+
== "timestamp = arrow_cast('2024-03-20T12:30:00.000000', 'Timestamp(Microsecond, None)') AND altitude = '1505'::decimal(4, 1)"
14561456
)
14571457

14581458

0 commit comments

Comments
 (0)