This is an automated email from the ASF dual-hosted git repository.

exmy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new d8293a3a20 [CH] Fix build error (#9363)
d8293a3a20 is described below

commit d8293a3a20a2dbc08bc6e414280e4dd229f6ad04
Author: exmy <[email protected]>
AuthorDate: Fri Apr 18 18:27:04 2025 +0800

    [CH] Fix build error (#9363)
---
 .../src/test/scala/org/apache/gluten/utils/MinioTestHelper.scala        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/backends-clickhouse/src/test/scala/org/apache/gluten/utils/MinioTestHelper.scala
 
b/backends-clickhouse/src/test/scala/org/apache/gluten/utils/MinioTestHelper.scala
index b106734e33..0667c2c843 100644
--- 
a/backends-clickhouse/src/test/scala/org/apache/gluten/utils/MinioTestHelper.scala
+++ 
b/backends-clickhouse/src/test/scala/org/apache/gluten/utils/MinioTestHelper.scala
@@ -27,7 +27,7 @@ import org.apache.commons.io.FileUtils
 import java.io.File
 import java.util
 
-import scala.jdk.CollectionConverters._
+import scala.collection.JavaConverters._
 
 class MinioTestHelper(TMP_PREFIX: String) {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to