From 496151af960c7a71210ca92b00d9147fe6671253 Mon Sep 17 00:00:00 2001 From: jcsherin Date: Fri, 15 Nov 2024 00:42:56 +0530 Subject: [PATCH] Minor: formatting --- datafusion/proto/tests/cases/roundtrip_physical_plan.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/datafusion/proto/tests/cases/roundtrip_physical_plan.rs b/datafusion/proto/tests/cases/roundtrip_physical_plan.rs index 7ae1b3ec073b..efa462aa7a85 100644 --- a/datafusion/proto/tests/cases/roundtrip_physical_plan.rs +++ b/datafusion/proto/tests/cases/roundtrip_physical_plan.rs @@ -305,6 +305,7 @@ fn roundtrip_udwf() -> Result<()> { InputOrderMode::Sorted, )?)) } + #[test] fn roundtrip_window() -> Result<()> { let field_a = Field::new("a", DataType::Int64, false);