Skip to content

Commit 05eb0b2

Browse files
committed
Revert "chore(deps): update bigdecimal requirement from 0.3.0 to 0.4.0 (apache#6848)"
This reverts commit d0def42.
1 parent 6857d6d commit 05eb0b2

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

datafusion-cli/Cargo.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ zstd = { version = "0.12", optional = true, default-features = false }
9898

9999
[dev-dependencies]
100100
async-trait = "0.1.53"
101-
bigdecimal = "0.4.0"
101+
bigdecimal = "0.3.0"
102102
criterion = { version = "0.5", features = ["async_tokio"] }
103103
csv = "1.1.6"
104104
ctor = "0.2.0"

datafusion/core/tests/sqllogictests/test_files/insert.slt

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ select * from table_without_values;
299299
2 NULL
300300

301301
statement ok
302-
drop table table_without_values;
302+
drop table table_without_values;

datafusion/core/tests/sqllogictests/test_files/window.slt

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ ORDER BY c9
448448
LIMIT 5
449449
----
450450
-48302 -16100.666666666666 3
451-
11243 3747.666666666666 3
451+
11243 3747.666666666667 3
452452
-51311 -17103.666666666668 3
453453
-2391 -797 3
454454
46756 15585.333333333334 3
@@ -468,7 +468,7 @@ LIMIT 5
468468
46721.33333333174 31147.555555554496 216.151181660734 176.486700789477
469469
2639429.333333332 1759619.5555555548 1624.632060908971 1326.50652299774
470470
746202.3333333324 497468.2222222216 863.830037295146 705.314271954156
471-
768422.9999999981 512281.9999999988 876.597399037892 715.738779164577
471+
768422.9999999981 512281.9999999988 876.597399037893 715.738779164577
472472
66526.3333333288 44350.88888888587 257.926992254259 210.596507304575
473473

474474
# window_frame_rows_preceding_with_partition_unique_order_by

0 commit comments

Comments
 (0)