LuciferYang commented on a change in pull request #30518: URL: https://github.com/apache/spark/pull/30518#discussion_r531383010
########## 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: @HyukjinKwon also needs to be update `readwriter.pyi` , and `streaming.pyi`? Is that right? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org