File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/api
src/test/kotlin/org/jetbrains/kotlinx/dataframe/api Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package org.jetbrains.kotlinx.dataframe.api
2
2
3
3
import io.kotest.matchers.shouldBe
4
4
import org.jetbrains.kotlinx.dataframe.DataFrame
5
- import org.jetbrains.kotlinx.dataframe.DataRow
6
5
import org.jetbrains.kotlinx.dataframe.annotations.DataSchema
7
6
import org.jetbrains.kotlinx.dataframe.impl.columns.asValueColumn
8
7
import org.jetbrains.kotlinx.dataframe.samples.api.TestBase
@@ -364,7 +363,6 @@ class ColumnsSelectionDslTests : TestBase() {
364
363
dataFrame
365
364
}
366
365
367
-
368
366
df.select { all().cols(pathOf(" name" ), pathOf(" age" )) } shouldBe df.select {
369
367
cols(
370
368
pathOf(" name" ),
@@ -515,4 +513,3 @@ class ColumnsSelectionDslTests : TestBase() {
515
513
}
516
514
}
517
515
}
518
-
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package org.jetbrains.kotlinx.dataframe.api
2
2
3
3
import io.kotest.matchers.shouldBe
4
4
import org.jetbrains.kotlinx.dataframe.DataFrame
5
- import org.jetbrains.kotlinx.dataframe.DataRow
6
5
import org.jetbrains.kotlinx.dataframe.annotations.DataSchema
7
6
import org.jetbrains.kotlinx.dataframe.impl.columns.asValueColumn
8
7
import org.jetbrains.kotlinx.dataframe.samples.api.TestBase
@@ -364,7 +363,6 @@ class ColumnsSelectionDslTests : TestBase() {
364
363
dataFrame
365
364
}
366
365
367
-
368
366
df.select { all().cols(pathOf(" name" ), pathOf(" age" )) } shouldBe df.select {
369
367
cols(
370
368
pathOf(" name" ),
@@ -515,4 +513,3 @@ class ColumnsSelectionDslTests : TestBase() {
515
513
}
516
514
}
517
515
}
518
-
You can’t perform that action at this time.
0 commit comments