luoyuxia commented on code in PR #132:
URL: https://github.com/apache/fluss-rust/pull/132#discussion_r2679174743
##########
crates/fluss/src/client/write/batch.rs:
##########
@@ -217,12 +218,12 @@ impl ArrowLogWriteBatch {
}
}
- pub fn build(&self) -> Result<Vec<u8>> {
+ pub fn build(&self) -> Result<Bytes> {
let mut cached = self.built_records.lock();
Review Comment:
Ok, let's keep to use lock now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]