This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 37dc315aad [test] Fix Spark 4.0 CreateGlobalVectorIndexProcedureTest
37dc315aad is described below
commit 37dc315aad157133787aca5a2615d2d5a9334446
Author: JingsongLi <[email protected]>
AuthorDate: Wed Jan 7 16:51:57 2026 +0800
[test] Fix Spark 4.0 CreateGlobalVectorIndexProcedureTest
---
.../paimon/spark/procedure/CreateGlobalVectorIndexProcedureTest.scala | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/paimon-spark/paimon-spark-4.0/src/test/scala/org/apache/paimon/spark/procedure/CreateGlobalVectorIndexProcedureTest.scala
b/paimon-spark/paimon-spark-4.0/src/test/scala/org/apache/paimon/spark/procedure/CreateGlobalVectorIndexProcedureTest.scala
index b79c5ce9ba..b9283d996c 100644
---
a/paimon-spark/paimon-spark-4.0/src/test/scala/org/apache/paimon/spark/procedure/CreateGlobalVectorIndexProcedureTest.scala
+++
b/paimon-spark/paimon-spark-4.0/src/test/scala/org/apache/paimon/spark/procedure/CreateGlobalVectorIndexProcedureTest.scala
@@ -25,10 +25,6 @@ import scala.collection.immutable
class CreateGlobalVectorIndexProcedureTest extends
CreateGlobalIndexProcedureTest {
test("create lucene-vector-knn global index") {
- import org.apache.paimon.spark.globalindex.GlobalIndexBuilderFactory
- import java.util.ServiceLoader
- import scala.collection.JavaConverters._
-
withTable("T") {
spark.sql("""
|CREATE TABLE T (id INT, v ARRAY<FLOAT>)