parisni commented on code in PR #8683:
URL: https://github.com/apache/hudi/pull/8683#discussion_r1293892201


##########
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/util/Parquet2SparkSchemaUtils.java:
##########
@@ -133,7 +154,7 @@ private static String convertPrimitiveType(PrimitiveType 
field) {
 
   private static String convertGroupField(GroupType field) {
     if (field.getOriginalType() == null) {
-      return convertToSparkSchemaJson(field);
+      return convertToSparkSchemaJson(field, Arrays.asList());
     }

Review Comment:
   yes, currently in hive sync we don't have the composition data type 
`List<FieldSchema>`  is flat



-- 
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]

Reply via email to