askoa commented on code in PR #2729: URL: https://github.com/apache/arrow-rs/pull/2729#discussion_r972002109
########## arrow/src/record_batch.rs: ########## @@ -412,16 +412,47 @@ pub struct RecordBatchOptions { /// Optional row count, useful for specifying a row count for a RecordBatch with no columns pub row_count: Option<usize>, } +/// Builder to create new RecordBatchOptions object +#[derive(Debug)] +pub struct RecordBatchOptionsBuilder { Review Comment: Removed builder. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org