Skip to content

Commit 5b9219d

Browse files
committed
fix
1 parent d0b757b commit 5b9219d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datafusion/proto/src/generated/datafusion_proto_common.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,9 @@ pub struct CsvOptions {
604604
/// Optional terminator character as a byte
605605
#[prost(bytes = "vec", tag = "17")]
606606
pub terminator: ::prost::alloc::vec::Vec<u8>,
607+
/// Indicates if truncated rows are allowed
607608
#[prost(bytes = "vec", tag = "18")]
608-
pub truncated_rows : ::prost::alloc::vec::Vec<u8>,
609+
pub truncated_rows: ::prost::alloc::vec::Vec<u8>,
609610
}
610611
/// Options controlling CSV format
611612
#[derive(Clone, Copy, PartialEq, ::prost::Message)]

0 commit comments

Comments
 (0)