We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054d626 commit 66dc40eCopy full SHA for 66dc40e
kotlin-spark-api/3.2/src/test/kotlin/org/jetbrains/kotlinx/spark/api/ApiTest.kt
@@ -372,6 +372,7 @@ class ApiTest : ShouldSpec({
372
it[0] shouldBe Period.ZERO
373
374
// TODO this is also broken in Scala. It reports a Period of 0 instead of 2 days
375
+ // https://issues.apache.org/jira/browse/SPARK-38317
376
// it[1] shouldBe Period.ofDays(2)
377
it[1] shouldBe Period.ofDays(0)
378
}
0 commit comments