Skip to content

Commit 2456c87

Browse files
Automated commit of generated code
1 parent 9f4ef5a commit 2456c87

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ internal fun DataColumn<String?>.tryParseImpl(options: ParserOptions?): DataColu
516516

517517
else -> {
518518
val trimmed = str.trim()
519-
val res = parserWithOptions(trimmed) ?: continue
519+
val res = parserWithOptions(trimmed) ?: break
520520
parsedValues += res
521521
hasNotNulls = true
522522
}

0 commit comments

Comments
 (0)