Skip to content

Commit 29909d9

Browse files
committed
fix: roundtrip test
1 parent b11aee0 commit 29909d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/proto/tests/cases/roundtrip_physical_plan.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,10 @@ fn roundtrip_builtin_scalar_function() -> Result<()> {
600600
let execution_props = ExecutionProps::new();
601601

602602
let fun_expr =
603-
functions::create_physical_fun(&BuiltinScalarFunction::Floor, &execution_props)?;
603+
functions::create_physical_fun(&BuiltinScalarFunction::Sin, &execution_props)?;
604604

605605
let expr = ScalarFunctionExpr::new(
606-
"floor",
606+
"sin",
607607
fun_expr,
608608
vec![col("a", &schema)?],
609609
DataType::Float64,

0 commit comments

Comments
 (0)