Skip to content

Commit b913eac

Browse files
committed
No extra change
1 parent c0667d1 commit b913eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVInferSchema.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ private[csv] object CSVTypeCast {
231231
castType: DataType,
232232
nullable: Boolean = true,
233233
options: CSVOptions = CSVOptions()): Any = {
234+
234235
val isNull = datum == options.nullValue || datum == null
235236
if (nullable && isNull) {
236237
null

0 commit comments

Comments
 (0)