Skip to content

Commit 7b9c86b

Browse files
committed
fixup! enabling column-parallel parsing with coroutines
1 parent 219ddff commit 7b9c86b

File tree

4 files changed

+617
-103
lines changed
  • core
    • generated-sources/src
      • main/kotlin/org/jetbrains/kotlinx/dataframe
      • test/kotlin/org/jetbrains/kotlinx/dataframe/api
    • src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api

4 files changed

+617
-103
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public interface GlobalParserOptions {
4141

4242
public data class ParserOptions(
4343
val locale: Locale? = null,
44+
// TODO, migrate to kotlinx.datetime.format.DateTimeFormat? https://github.com/Kotlin/dataframe/issues/876
4445
val dateTimeFormatter: DateTimeFormatter? = null,
4546
val dateTimePattern: String? = null,
4647
val nullStrings: Set<String>? = null,

0 commit comments

Comments
 (0)