Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20894#discussion_r189061696
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/UnivocityParser.scala
---
@@ -234,38 +234,42 @@ private[csv] object UnivocityParser {
*/
def tokenizeStream(
inputStream: InputStream,
- shouldDropHeader: Boolean,
+ dropFirstRecord: Boolean,
--- End diff --
Is this rename related with the change? How about `checkHeader`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]