RussellSpitzer commented on a change in pull request #3723:
URL: https://github.com/apache/iceberg/pull/3723#discussion_r771493825
##########
File path:
parquet/src/test/java/org/apache/iceberg/parquet/TestParquetSchemaUtil.java
##########
@@ -181,6 +182,28 @@ public void testSchemaConversionWithoutAssigningIds() {
Assert.assertEquals("Schema must match", expectedSchema.asStruct(),
actualSchema.asStruct());
}
+ @Test
+ public void testSchemaConversionForHiveStyleLists() {
+ String parquetSchemaString =
+ "message spark_schema {\n" +
Review comment:
This schema cannot be constructed using the Parquet API directly? I was
hoping this would look similar to the tests above that create the schema using
Parquet directly.
--
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]