fresh-borzoni commented on code in PR #349: URL: https://github.com/apache/fluss-rust/pull/349#discussion_r2819259418
########## website/docs/user-guide/cpp/data-types.md: ########## @@ -58,6 +60,7 @@ Field values are read through `RowView` (from scan results) and `LookupResult` ( :::warning Lifetime `RowView` borrows from `ScanRecords`. It must not outlive the `ScanRecords` that produced it (similar to `std::string_view` borrowing from `std::string`). +::: Review Comment: code part wasn't rendering at least on my local, that's why I moved it out, at least it show the pattern to avoid -- 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]
