alamb commented on a change in pull request #9094: URL: https://github.com/apache/arrow/pull/9094#discussion_r551527136
########## File path: rust/arrow/src/record_batch.rs ########## @@ -80,6 +80,10 @@ impl RecordBatch { Ok(RecordBatch { schema, columns }) } + /// Creates a [RecordBatch` from a schema and columns, with additional options, Review comment: ```suggestion /// Creates a [`RecordBatch`] from a schema and columns, with additional options, ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org