Skip to content

Commit f1f92fb

Browse files
authored
Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/csv/CSVOptions.scala
1 parent 0ac48e6 commit f1f92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/csv/CSVOptions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class CSVOptions(
211211
}
212212
val lineSeparatorInWrite: Option[String] = lineSeparator
213213

214-
val inputBufferSize: Option[Int] = parameters.get("inputBuffer").map(_.toInt)
214+
val inputBufferSize: Option[Int] = parameters.get("inputBufferSize").map(_.toInt)
215215

216216
/**
217217
* The handling method to be used when unescaped quotes are found in the input.

0 commit comments

Comments
 (0)