tustvold commented on code in PR #4818:
URL: https://github.com/apache/arrow-rs/pull/4818#discussion_r1326312121


##########
arrow-row/src/lib.rs:
##########
@@ -2221,7 +2227,7 @@ mod tests {
         }
 
         for r in r2.iter() {
-            assert_eq!(r.data.len(), 34);
+            assert_eq!(r.data.len(), 10);

Review Comment:
   This is a nice demonstration of how this will reduce the impact of #4811. 
Whilst 10 is still worse than the 3 for dictionaries, it is a lot better than 
34 :sweat_smile: 



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