emilk commented on code in PR #8421:
URL: https://github.com/apache/arrow-rs/pull/8421#discussion_r2372613808


##########
parquet/tests/variant_integration.rs:
##########
@@ -142,18 +142,18 @@ variant_test_case!(38, "Unsupported typed_value type: 
Struct(");
 variant_test_case!(39);
 // Is an error case (should be failing as the expected error message indicates)
 variant_test_case!(40, "Unsupported typed_value type: List(");
-variant_test_case!(41, "Unsupported typed_value type: List(Field");
+variant_test_case!(41, "Unsupported typed_value type: List(");
 // Is an error case (should be failing as the expected error message indicates)
 variant_test_case!(
     42,
     "Expected an error 'Invalid variant, conflicting value and typed_value`, 
but got no error"
 );
 // https://github.com/apache/arrow-rs/issues/8336
-variant_test_case!(43, "Unsupported typed_value type: Struct([Field");
-variant_test_case!(44, "Unsupported typed_value type: Struct([Field");
+variant_test_case!(43, "Unsupported typed_value type: Struct(");
+variant_test_case!(44, "Unsupported typed_value type: Struct(");

Review Comment:
   This didn't fail… yet, but will need to be updated in 
https://github.com/apache/arrow-rs/pull/8291 anyways



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