SinghAsDev commented on a change in pull request #3723:
URL: https://github.com/apache/iceberg/pull/3723#discussion_r771588922
##########
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:
Unfortunately no, as the moment we call list, it will use 3-level list
with list and element names
--
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]