Skip to content

Commit

Permalink
Revert "chore(deps): update bigdecimal requirement from 0.3.0 to 0.4.0 (
Browse files Browse the repository at this point in the history
apache#6848)"

This reverts commit d0def42.
  • Loading branch information
alamb committed Jul 9, 2023
1 parent 6857d6d commit f5620f9
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ zstd = { version = "0.12", optional = true, default-features = false }

[dev-dependencies]
async-trait = "0.1.53"
bigdecimal = "0.4.0"
bigdecimal = "0.3.0"
criterion = { version = "0.5", features = ["async_tokio"] }
csv = "1.1.6"
ctor = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/core/tests/sqllogictests/test_files/insert.slt
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ select * from table_without_values;
2 NULL

statement ok
drop table table_without_values;
drop table table_without_values;
4 changes: 2 additions & 2 deletions datafusion/core/tests/sqllogictests/test_files/window.slt
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ ORDER BY c9
LIMIT 5
----
-48302 -16100.666666666666 3
11243 3747.666666666666 3
11243 3747.666666666667 3
-51311 -17103.666666666668 3
-2391 -797 3
46756 15585.333333333334 3
Expand All @@ -468,7 +468,7 @@ LIMIT 5
46721.33333333174 31147.555555554496 216.151181660734 176.486700789477
2639429.333333332 1759619.5555555548 1624.632060908971 1326.50652299774
746202.3333333324 497468.2222222216 863.830037295146 705.314271954156
768422.9999999981 512281.9999999988 876.597399037892 715.738779164577
768422.9999999981 512281.9999999988 876.597399037893 715.738779164577
66526.3333333288 44350.88888888587 257.926992254259 210.596507304575

# window_frame_rows_preceding_with_partition_unique_order_by
Expand Down

0 comments on commit f5620f9

Please sign in to comment.