charlesdong1991 commented on code in PR #576:
URL: https://github.com/apache/fluss-rust/pull/576#discussion_r3320355658
##########
crates/fluss/src/record/kv/value_record_batch.rs:
##########
@@ -75,7 +75,7 @@ impl ValueRecordBatch {
}
/// Returns one byte range per record, each spanning `[SchemaId | Value]`:
- /// the payload [`crate::row::FixedSchemaDecoder::decode`] expects. Index
+ /// the payload that `FixedSchemaDecoder::decode` expects. Index
Review Comment:
> make these pub (crate).
oh yeah, this will also work!
--
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]