etseidl commented on code in PR #6990:
URL: https://github.com/apache/arrow-rs/pull/6990#discussion_r1919461902
##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -3409,4 +3409,30 @@ mod tests {
"Arrow: Incompatible type. Field 'temperature' has type Float64,
array has type Int32"
);
}
+
+ #[test]
+ // https://github.com/apache/arrow-rs/issues/6988
+ fn test_roundtrip_empty_schema() {
Review Comment:
This is @samgqroberts's reproducer from #6988
--
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]