We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49ac14 commit bed7322Copy full SHA for bed7322
datafusion/functions/src/math/acos.rs
@@ -82,7 +82,7 @@ impl ScalarUDFImpl for AcosFunc {
82
DataType::Float32 => {
83
Arc::new(make_function_scalar_inputs_return_type!(
84
&args[0],
85
- "x",
+ self.name(),
86
Float32Array,
87
88
{ f32::acos }
datafusion/proto/Cargo.toml
@@ -47,7 +47,6 @@ chrono = { workspace = true }
47
datafusion = { path = "../core", version = "36.0.0" }
48
datafusion-common = { workspace = true }
49
datafusion-expr = { workspace = true }
50
-datafusion-functions = { workspace = true }
51
object_store = { workspace = true }
52
pbjson = { version = "0.6.0", optional = true }
53
prost = "0.12.0"
0 commit comments