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


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/row/HoodieInternalRowFileWriterFactory.java:
##########
@@ -54,24 +55,26 @@ public class HoodieInternalRowFileWriterFactory {
   public static HoodieInternalRowFileWriter 
getInternalRowFileWriter(StoragePath path,
                                                                      
HoodieTable hoodieTable,
                                                                      
HoodieWriteConfig writeConfig,
-                                                                     
StructType schema)
+                                                                     
StructType schema,
+                                                                     Schema 
avroSchema)

Review Comment:
   Got it



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