jorgecarleitao commented on a change in pull request #8853:
URL: https://github.com/apache/arrow/pull/8853#discussion_r541858977



##########
File path: rust/arrow/src/array/builder.rs
##########
@@ -3969,579 +3296,4 @@ mod tests {
         // Special error if the key overflows (256th entry)
         builder.append(1257).unwrap();
     }
-
-    #[test]
-    fn test_primitive_append() -> Result<()> {

Review comment:
       I have incorporated all tests. There were some small bugs in the tests 
wrt to nulls, and also a bug in the `MutableDataArray`. So, overall, everyone 
won there.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to