ted-jenks commented on code in PR #39927:
URL: https://github.com/apache/spark/pull/39927#discussion_r1098632255
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVUtils.scala:
##########
@@ -26,20 +26,26 @@ import org.apache.spark.sql.functions._
object CSVUtils {
/**
* Filter ignorable rows for CSV dataset (lines empty and starting with
`comment`).
- * This is currently being used in CSV schema inference.
+ * This is currently being used in CSV schema inference and Dataset[String]
reading path.
Review Comment:
Was already being used for this but undocumented
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]