We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db290a commit 37eec64Copy full SHA for 37eec64
kotlin-spark-api/src/main/kotlin/org/jetbrains/kotlinx/spark/api/Encoding.kt
@@ -532,7 +532,9 @@ object KotlinTypeInference : Serializable {
532
ProductEncoder<Any>(
533
/* clsTag = */ ClassTag.apply(jClass),
534
/* fields = */ params.asScalaSeq(),
535
+ //#if sparkMinor >= 3.5
536
/* outerPointerGetter = */ OuterScopes.getOuterScope(jClass).toOption(),
537
+ //#endif
538
)
539
}
540
@@ -558,7 +560,9 @@ object KotlinTypeInference : Serializable {
558
560
559
561
562
563
564
565
566
567
568
0 commit comments