n3nash commented on a change in pull request #2374:
URL: https://github.com/apache/hudi/pull/2374#discussion_r550972514
##########
File path:
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionHelper.scala
##########
@@ -314,7 +313,7 @@ object AvroConversionHelper {
} else {
val sourceArray = item.asInstanceOf[Seq[Any]]
val sourceArraySize = sourceArray.size
- val targetList = new util.ArrayList[Any](sourceArraySize)
+ val targetList = new java.util.ArrayList[Any](sourceArraySize)
Review comment:
Reverted these changes, but for some reason my intellij complains and
cannot find util.Arraylist etc
----------------------------------------------------------------
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:
[email protected]