alexeykudinkin commented on a change in pull request #4888:
URL: https://github.com/apache/hudi/pull/4888#discussion_r834964979
##########
File path:
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieMergeOnReadRDD.scala
##########
@@ -380,4 +422,17 @@ private object HoodieMergeOnReadRDD {
case (nullable, _) => nullable
}
}
+
+ trait AvroDeserializerSupport extends SparkAdapterSupport {
Review comment:
Nah, not really -- it requires you to provide required schema, so pretty
much falls back into the same bucket as `createAvroSerializer` (in my comment
above).
The only reason i've extracted it to a separate Trait is to trim down Log
Iterator impl, moving out all the stuff which isn't really tied to iteration.
--
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]