Skip to content

Commit 1dad545

Browse files
authored
fix: add support for Decimal128 and Decimal256 types in interval arithmetic (#14126)
1 parent f9696b6 commit 1dad545

File tree

4 files changed

+812
-6
lines changed

4 files changed

+812
-6
lines changed

datafusion-cli/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/expr-common/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ path = "src/lib.rs"
4040
arrow = { workspace = true }
4141
datafusion-common = { workspace = true }
4242
itertools = { workspace = true }
43-
44-
[dev-dependencies]
4543
paste = "^1.0"

0 commit comments

Comments
 (0)