comphead commented on code in PR #7402: URL: https://github.com/apache/arrow-rs/pull/7402#discussion_r2038124971
########## arrow-array/src/record_batch.rs: ########## @@ -359,6 +359,20 @@ impl RecordBatch { }) } + /// Forcibly overrides the schema of this [`RecordBatch`] + /// without additional schema checks however bringing all the schema compatibility responsibilities + /// to the caller site. Review Comment: Nice said! -- 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