diff --git a/rust/parquet/parquet_derive/src/lib.rs b/rust/parquet/parquet_derive/src/lib.rs index 00dd32f3e141d..9eae2d3d45d5a 100644 --- a/rust/parquet/parquet_derive/src/lib.rs +++ b/rust/parquet/parquet_derive/src/lib.rs @@ -295,7 +295,7 @@ fn impl_struct( } }; - Ok(wrap_in_const("DESERIALIZE", name, gen)) + Ok(wrap_in_const("RECORD", name, gen)) } /// Implement on tuple structs.