zhaohaidao opened a new issue, #72: URL: https://github.com/apache/fluss-rust/issues/72
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description Followup From: https://github.com/apache/fluss-rust/pull/57 IIUC, if data.len() < 8 { , continuation != CONTINUATION_MARKER, if data.len() < 8 + metadata_size should all be unexpected, right? I think we should return exception instead of return None. You can do return exception in this pr or another pr(but rememeber to left todo). ### Willingness to contribute - [ ] I'm willing to submit a PR! -- 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]
