yihua commented on code in PR #11185:
URL: https://github.com/apache/hudi/pull/11185#discussion_r1596136553


##########
hudi-common/src/main/java/org/apache/hudi/common/table/TableSchemaResolver.java:
##########
@@ -300,21 +273,6 @@ private Option<MessageType> 
getTableParquetSchemaFromDataFile() {
     }
   }
 
-  public static MessageType convertAvroSchemaToParquet(Schema schema, 
Configuration hadoopConf) {

Review Comment:
   Want to make sure there is no implicit assumption on schema conversions 
(e.g., making namespace consistent, case sensitivity, etc.), since this PR 
removes the back-and-forth conversion between Avro and Parquet schema.



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