leekeiabstraction commented on code in PR #124:
URL: https://github.com/apache/fluss-rust/pull/124#discussion_r2675888240


##########
crates/fluss/src/row/datum.rs:
##########
@@ -55,6 +55,8 @@ pub enum Datum<'a> {
     String(&'a str),
     #[display("{0}")]
     Blob(Blob),
+    #[display("{:?}")]
+    BorrowedBlob(&'a [u8]),

Review Comment:
   Agreed on removing that before release. Let's leave it as another PR.
   
   We'll need to think of an approach that is not verbose and also memory safe.



-- 
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]

Reply via email to