LuciferYang commented on a change in pull request #30518:
URL: https://github.com/apache/spark/pull/30518#discussion_r531363460
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala
##########
@@ -727,6 +727,27 @@ class DataFrameReader private[sql](sparkSession:
SparkSession) extends Logging {
* a record can have.</li>
* <li>`maxCharsPerColumn` (default `-1`): defines the maximum number of
characters allowed
* for any given value being read. By default, it is -1 meaning unlimited
length</li>
+ * <li>`unescapedQuoteHandling` (default `STOP_AT_DELIMITER`): defines how
the CsvParser
Review comment:
Address 1770c56 try to fix this
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]