xudong963 commented on code in PR #15411: URL: https://github.com/apache/datafusion/pull/15411#discussion_r2011915258
########## datafusion/datasource/src/write/mod.rs: ########## @@ -67,12 +67,97 @@ impl Write for SharedBuffer { } } -/// A trait that defines the methods required for a RecordBatch serializer. +#[derive(Debug, Clone, Default)] +pub struct ReaderBuilderConfig { + // common + pub batch_size: Option<usize>, + Review Comment: nit: remove the blank line? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org