File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
kotlin-spark-api/src/test/kotlin/org/jetbrains/kotlinx/spark/api Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6060 - name : Setup Gradle
6161 uses : gradle/gradle-build-action@v2
6262
63+ - name : Set Swap Space
64+ uses : pierotofy/set-swap-space@master
65+ with :
66+ swap-size-gb : 10
67+
6368 - name : Deploy to GH Packages with Gradle
6469 env :
6570 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import org.apache.spark.sql.catalyst.expressions.GenericInternalRow
2828import org.apache.spark.sql.types.*
2929import org.apache.spark.unsafe.types.UTF8String
3030import org.jetbrains.kotlinx.spark.api.tuples.t
31- import java.io.Serializable
3231import kotlin.reflect.jvm.jvmName
3332
3433class UdtTest : ShouldSpec ({
You can’t perform that action at this time.
0 commit comments