n3nash commented on a change in pull request #2927:
URL: https://github.com/apache/hudi/pull/2927#discussion_r629679339



##########
File path: 
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionHelper.scala
##########
@@ -139,6 +139,7 @@ object AvroConversionHelper {
           val length = struct.fields.length
           val converters = new Array[AnyRef => AnyRef](length)
           val avroFieldIndexes = new Array[Int](length)
+          //val avroFieldNames = new Array[String](length)

Review comment:
       Left a comment below to do a quick test before taking this call.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to