rdblue commented on code in PR #12139:
URL: https://github.com/apache/iceberg/pull/12139#discussion_r1936493604


##########
parquet/src/main/java/org/apache/iceberg/parquet/TypeToMessageType.java:
##########
@@ -117,6 +120,14 @@ public GroupType map(MapType map, Type.Repetition 
repetition, int id, String nam
         .named(AvroSchemaUtil.makeCompatibleName(name));
   }
 
+  public Type variant(Type.Repetition repetition, int id, String originalName) 
{

Review Comment:
   Implements converting an Iceberg variant schema into a Parquet schema, 
without shredding.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to