linliu-code commented on code in PR #12964:
URL: https://github.com/apache/hudi/pull/12964#discussion_r2106361384


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/hudi/benchmark/HoodieBenchmarks.scala:
##########
@@ -16,14 +16,14 @@
  */
 package org.apache.spark.hudi.benchmark
 
-import org.apache.hbase.thirdparty.com.google.common.reflect.ClassPath
+import org.apache.hadoop.shaded.com.google.common.reflect.ClassPath
 
 import java.io.File
 import java.lang.reflect.Modifier
 import java.nio.file.{FileSystems, Paths}
 import java.util.Locale
 
-import scala.collection.JavaConverters._
+import scala.jdk.CollectionConverters._

Review Comment:
   Will check.



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