clairemcginty commented on code in PR #1300:
URL: https://github.com/apache/parquet-mr/pull/1300#discussion_r1525298541
##########
parquet-avro/src/test/java/org/apache/parquet/avro/TestArrayCompatibility.java:
##########
@@ -603,7 +604,7 @@ public void testAvroCompatOptionalGroupInList() throws
Exception {
public void testAvroCompatOptionalGroupInListWithSchema() throws Exception {
Path test = writeDirect(
"message AvroCompatOptionalGroupInListWithSchema {" + " optional
group locations (LIST) {"
- + " repeated group array {"
+ + " repeated group my_list {"
Review Comment:
This test started failing after I made the change to AvroRecordConverter.
Looking at it, this schema didn't match the logical type spec for List types --
any repeated group named `array` must contain element type fields directly. So
I updated the schema naming.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]