@@ -142,18 +142,18 @@ variant_test_case!(38, "Unsupported typed_value type: Struct(");
142
142
variant_test_case ! ( 39 ) ;
143
143
// Is an error case (should be failing as the expected error message indicates)
144
144
variant_test_case ! ( 40 , "Unsupported typed_value type: List(" ) ;
145
- variant_test_case ! ( 41 , "Unsupported typed_value type: List(Field " ) ;
145
+ variant_test_case ! ( 41 , "Unsupported typed_value type: List(" ) ;
146
146
// Is an error case (should be failing as the expected error message indicates)
147
147
variant_test_case ! (
148
148
42 ,
149
149
"Expected an error 'Invalid variant, conflicting value and typed_value`, but got no error"
150
150
) ;
151
151
// https://github.com/apache/arrow-rs/issues/8336
152
- variant_test_case ! ( 43 , "Unsupported typed_value type: Struct([Field " ) ;
153
- variant_test_case ! ( 44 , "Unsupported typed_value type: Struct([Field " ) ;
152
+ variant_test_case ! ( 43 , "Unsupported typed_value type: Struct(" ) ;
153
+ variant_test_case ! ( 44 , "Unsupported typed_value type: Struct(" ) ;
154
154
// https://github.com/apache/arrow-rs/issues/8337
155
- variant_test_case ! ( 45 , "Unsupported typed_value type: List(Field " ) ;
156
- variant_test_case ! ( 46 , "Unsupported typed_value type: Struct([Field " ) ;
155
+ variant_test_case ! ( 45 , "Unsupported typed_value type: List(" ) ;
156
+ variant_test_case ! ( 46 , "Unsupported typed_value type: Struct(" ) ;
157
157
variant_test_case ! ( 47 ) ;
158
158
variant_test_case ! ( 48 ) ;
159
159
variant_test_case ! ( 49 ) ;
@@ -191,14 +191,14 @@ variant_test_case!(80);
191
191
variant_test_case ! ( 81 ) ;
192
192
variant_test_case ! ( 82 ) ;
193
193
// https://github.com/apache/arrow-rs/issues/8336
194
- variant_test_case ! ( 83 , "Unsupported typed_value type: Struct([Field " ) ;
195
- variant_test_case ! ( 84 , "Unsupported typed_value type: Struct([Field " ) ;
194
+ variant_test_case ! ( 83 , "Unsupported typed_value type: Struct(" ) ;
195
+ variant_test_case ! ( 84 , "Unsupported typed_value type: Struct(" ) ;
196
196
// https://github.com/apache/arrow-rs/issues/8337
197
- variant_test_case ! ( 85 , "Unsupported typed_value type: List(Field " ) ;
198
- variant_test_case ! ( 86 , "Unsupported typed_value type: List(Field " ) ;
197
+ variant_test_case ! ( 85 , "Unsupported typed_value type: List(" ) ;
198
+ variant_test_case ! ( 86 , "Unsupported typed_value type: List(" ) ;
199
199
// Is an error case (should be failing as the expected error message indicates)
200
- variant_test_case ! ( 87 , "Unsupported typed_value type: Struct([Field " ) ;
201
- variant_test_case ! ( 88 , "Unsupported typed_value type: List(Field " ) ;
200
+ variant_test_case ! ( 87 , "Unsupported typed_value type: Struct(" ) ;
201
+ variant_test_case ! ( 88 , "Unsupported typed_value type: List(" ) ;
202
202
variant_test_case ! ( 89 ) ;
203
203
variant_test_case ! ( 90 ) ;
204
204
variant_test_case ! ( 91 ) ;
@@ -243,17 +243,17 @@ variant_test_case!(
243
243
"Invalid variant data: InvalidArgumentError(\" Received empty bytes\" )"
244
244
) ;
245
245
// Is an error case (should be failing as the expected error message indicates)
246
- variant_test_case ! ( 128 , "Unsupported typed_value type: Struct([Field " ) ;
246
+ variant_test_case ! ( 128 , "Unsupported typed_value type: Struct(" ) ;
247
247
variant_test_case ! ( 129 , "Invalid variant data: InvalidArgumentError(" ) ;
248
- variant_test_case ! ( 130 , "Unsupported typed_value type: Struct([Field " ) ;
248
+ variant_test_case ! ( 130 , "Unsupported typed_value type: Struct(" ) ;
249
249
variant_test_case ! ( 131 ) ;
250
- variant_test_case ! ( 132 , "Unsupported typed_value type: Struct([Field " ) ;
251
- variant_test_case ! ( 133 , "Unsupported typed_value type: Struct([Field " ) ;
252
- variant_test_case ! ( 134 , "Unsupported typed_value type: Struct([Field " ) ;
250
+ variant_test_case ! ( 132 , "Unsupported typed_value type: Struct(" ) ;
251
+ variant_test_case ! ( 133 , "Unsupported typed_value type: Struct(" ) ;
252
+ variant_test_case ! ( 134 , "Unsupported typed_value type: Struct(" ) ;
253
253
variant_test_case ! ( 135 ) ;
254
- variant_test_case ! ( 136 , "Unsupported typed_value type: List(Field " ) ;
254
+ variant_test_case ! ( 136 , "Unsupported typed_value type: List(" ) ;
255
255
variant_test_case ! ( 137 , "Invalid variant data: InvalidArgumentError(" ) ;
256
- variant_test_case ! ( 138 , "Unsupported typed_value type: Struct([Field " ) ;
256
+ variant_test_case ! ( 138 , "Unsupported typed_value type: Struct(" ) ;
257
257
258
258
/// Test case definition structure matching the format from
259
259
/// `parquet-testing/parquet_shredded/cases.json`
0 commit comments