rahil-c commented on code in PR #17573:
URL: https://github.com/apache/hudi/pull/17573#discussion_r2620827994
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/hudi/SparkAdapter.scala:
##########
@@ -94,13 +95,13 @@ trait SparkAdapter extends Serializable {
* Creates instance of [[HoodieAvroSerializer]] providing for ability to
serialize
* Spark's [[InternalRow]] into Avro payloads
*/
- def createAvroSerializer(rootCatalystType: DataType, rootAvroType: Schema,
nullable: Boolean): HoodieAvroSerializer
+ def createAvroSerializer(rootCatalystType: DataType, rootHoodieType:
HoodieSchema, nullable: Boolean): HoodieAvroSerializer
Review Comment:
I think then `rootType` should suffice.
--
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]