danny0405 commented on PR #11727:
URL: https://github.com/apache/hudi/pull/11727#issuecomment-2365382994
Hmm, there is a test failure:
```java
TestParquetSchemaConverter.testConvertComplexTypes:72
Expected: is "message converted {\n optional group f_array (LIST) {\n
repeated group list {\n optional binary element (STRING);\n }\n }\n
optional group f_map (MAP) {\n repeated group key_value {\n required
int32 key;\n optional binary value (STRING);\n }\n }\n optional group
f_row {\n optional int32 f_row_f0;\n optional binary f_row_f1 (STRING);\n
optional group f_row_f2 {\n optional int32 f_row_f2_f0;\n optional
binary f_row_f2_f1 (STRING);\n }\n }\n}\n"
but: was "message converted {\n optional group f_array (LIST) {\n
repeated group array {\n
```
--
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]