fresh-borzoni commented on code in PR #161:
URL: https://github.com/apache/fluss-rust/pull/161#discussion_r2692648382
##########
crates/fluss/src/row/mod.rs:
##########
@@ -146,6 +146,9 @@ impl<'a> Default for GenericRow<'a> {
}
}
+/// A binary format [`InternalRow`] that is backed by byte array
+pub trait BinaryRow: InternalRow {}
Review Comment:
I defined another BinaryRow in my PR with KvBatchRecordBuilder with as_bytes
method, we may need to consolidate 🤔
No action, just highlighting
--
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]