Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/21380#discussion_r189819634
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/UnivocityParser.scala
---
@@ -300,14 +302,11 @@ private[csv] object UnivocityParser {
lines
}
- val filteredLines: Iterator[String] =
- CSVUtils.filterCommentAndEmpty(linesWithoutHeader, options)
--- End diff --
Also, IMO, even if these kinds of bugs fixed in libraries, we keep
workaround for a while in most cases, e.g.,
https://issues.apache.org/jira/browse/SPARK-24109
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]