fresh-borzoni commented on code in PR #443:
URL: https://github.com/apache/fluss-rust/pull/443#discussion_r2963451181


##########
crates/fluss/src/client/write/batch.rs:
##########
@@ -587,4 +595,133 @@ mod tests {
             "estimated size {estimated_size} is not equal to actual size"
         );
     }
+
+    /// Appends rows until `is_full()` triggers, then builds the batch and
+    /// verifies the actual serialized size stays within the configured limit.
+    #[test]
+    fn test_arrow_batch_actual_size_within_limit() {

Review Comment:
   Added, merged it and another one in 1 single test since they share the same 
setup



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