Skip to content

Commit

Permalink
refactor: complete 2 TODOs in self review
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Feb 21, 2024
1 parent f49ac14 commit bed7322
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/functions/src/math/acos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl ScalarUDFImpl for AcosFunc {
DataType::Float32 => {
Arc::new(make_function_scalar_inputs_return_type!(
&args[0],
"x",
self.name(),
Float32Array,
Float32Array,
{ f32::acos }
Expand Down
1 change: 0 additions & 1 deletion datafusion/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ chrono = { workspace = true }
datafusion = { path = "../core", version = "36.0.0" }
datafusion-common = { workspace = true }
datafusion-expr = { workspace = true }
datafusion-functions = { workspace = true }
object_store = { workspace = true }
pbjson = { version = "0.6.0", optional = true }
prost = "0.12.0"
Expand Down

0 comments on commit bed7322

Please sign in to comment.