Skip to content

Commit cbc1dd2

Browse files
committed
Fix stale spark-4.1 references in kyuubi-extension-spark-4-2
1 parent edbdcbd commit cbc1dd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/spark/kyuubi-extension-spark-4-2/src/test/scala/org/apache/spark/sql/ZorderCoreBenchmark.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import org.apache.kyuubi.sql.zorder.ZorderBytesUtils
2929
*
3030
* {{{
3131
* RUN_BENCHMARK=1 ./build/mvn clean test \
32-
* -pl extensions/spark/kyuubi-extension-spark-4-1 -am \
33-
* -Pspark-4.1,kyuubi-extension-spark-4-1,scala-2.13 \
32+
* -pl extensions/spark/kyuubi-extension-spark-4-2 -am \
33+
* -Pspark-4.2,kyuubi-extension-spark-4-2,scala-2.13 \
3434
* -Dtest=none -DwildcardSuites=org.apache.spark.sql.ZorderCoreBenchmark
3535
* }}}
3636
*/

0 commit comments

Comments
 (0)