alamb commented on code in PR #7109:
URL: https://github.com/apache/arrow-rs/pull/7109#discussion_r1983856796
##########
arrow-ipc/src/reader.rs:
##########
@@ -2617,4 +2619,43 @@ mod tests {
let err = read_ipc_with_decoder(buf).unwrap_err();
assert_eq!(err.to_string(), expected_err);
}
+
+ #[test]
+ fn test_roundtrip_schema() {
Review Comment:
Strangely this test passes for me on main (without the changes in this PR)
So I don't think it covers the issue somehow. I am looking into it a bit more
--
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]