Skip to content

Commit 33fc013

Browse files
chore(deps): update bigdecimal requirement from 0.3.0 to 0.4.1 (#6946)
* chore(deps): update bigdecimal requirement from 0.3.0 to 0.4.1 Updates the requirements on [bigdecimal](https://github.com/akubera/bigdecimal-rs) to permit the latest version. - [Release notes](https://github.com/akubera/bigdecimal-rs/releases) - [Commits](akubera/bigdecimal-rs@v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix datafusion-cli * Fix rounding --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <[email protected]>
1 parent 0433026 commit 33fc013

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datafusion-cli/Cargo.lock

+2-2
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.3.0"
101+
bigdecimal = "0.4.1"
102102
criterion = { version = "0.5", features = ["async_tokio"] }
103103
csv = "1.1.6"
104104
ctor = "0.2.0"

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.666666666667 3
451+
11243 3747.666666666666 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.597399037893 715.738779164577
471+
768422.9999999981 512281.9999999988 876.597399037892 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)