kylebarron commented on code in PR #9660:
URL: https://github.com/apache/arrow-rs/pull/9660#discussion_r3430447969


##########
arrow-pyarrow-testing/tests/pyarrow.rs:
##########
@@ -120,7 +119,7 @@ value = NotATuple()
         assert!(err.is_instance_of::<PyTypeError>(py));
         assert_eq!(
             err.to_string(),
-            "TypeError: Expected __arrow_c_array__ to return a tuple of 
(schema, array) capsules."

Review Comment:
   Not sure if it's necessary here because these are integration tests, not 
user-facing, but I think the old language was more explicit



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