Rich-T-kid commented on code in PR #11048:
URL: https://github.com/apache/arrow-rs/pull/11048#discussion_r4058352124


##########
arrow-flight/src/encode.rs:
##########
@@ -2034,9 +2061,9 @@ mod tests {
         let array = StringArray::from_iter_values((0..1024).map(|i| 
"*".repeat(i)));
         let batch = RecordBatch::try_from_iter(vec![("data", Arc::new(array) 
as _)]).unwrap();
 
-        // overage is much higher than ideal
+        // improved by adaptively re-splitting on the actual encoded size
         // https://github.com/apache/arrow-rs/issues/3478

Review Comment:
   if this PR closes this issue we can remove this comment



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