Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jan 29, 2024
1 parent 751cd48 commit e4f3638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/tests/cases/roundtrip_physical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ fn roundtrip_builtin_scalar_function() -> Result<()> {
"acos",
fun_expr,
vec![col("a", &schema)?],
DataType::Int64,
DataType::Float64,
None,
Signature::exact(vec![DataType::Int64], Volatility::Immutable),
);
Expand Down

0 comments on commit e4f3638

Please sign in to comment.