File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
kotlin-spark-api/3.2/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323 path : ~/.m2
2424 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2525 restore-keys : ${{ runner.os }}-m2
26- - name : Build with Maven
27- run : ./mvnw -B package --file pom.xml -Pscala-2.12 -Dkotest.tags="!Kafka"
2826 - name : Deploy to GH Packages
29- run : ./mvnw --batch-mode deploy
27+ run : ./mvnw --batch-mode deploy -Dkotest.tags="!Kafka"
3028 env :
3129 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3230
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import scala.collection.*
3838import org.jetbrains.kotlinx.spark.api.SparkSession
3939import scala.Product
4040import java.io.Serializable
41+ import java.util.Random
4142import scala.collection.Iterable as ScalaIterable
4243import scala.collection.Iterator as ScalaIterator
4344
You can’t perform that action at this time.
0 commit comments