kou commented on code in PR #45029: URL: https://github.com/apache/arrow/pull/45029#discussion_r2078993139
########## swift/Arrow/Sources/Arrow/ArrowWriter.swift: ########## @@ -232,7 +233,7 @@ public class ArrowWriter { // swiftlint:disable:this type_body_length return .success(fbb.data) } - private func writeStream(_ writer: inout DataWriter, info: ArrowWriter.Info) -> Result<Bool, ArrowError> { + private func writeFileStream(_ writer: inout DataWriter, info: ArrowWriter.Info) -> Result<Bool, ArrowError> { Review Comment: Can we use the same naming rules as reader for writer too? -- 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