Skip to content

Commit 2ce83f0

Browse files
committed
CI checks
1 parent dcb3500 commit 2ce83f0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.lock

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

datafusion/functions/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ datafusion-execution = { workspace = true }
7474
datafusion-expr = { workspace = true }
7575
datafusion-expr-common = { workspace = true }
7676
datafusion-macros = { workspace = true }
77-
half = { workspace = true }
7877
hex = { version = "0.4", optional = true }
7978
itertools = { workspace = true }
8079
log = { workspace = true }

datafusion/functions/src/math/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl LogFunc {
8080
);
8181
Self {
8282
signature: Signature::one_of(
83-
// Ensure decimals have precendence over floats since we have
83+
// Ensure decimals have precedence over floats since we have
8484
// a native decimal implementation for log
8585
vec![
8686
// log(value)

0 commit comments

Comments
 (0)