hi

spark 2.4.1

The csv writer does not quote string columns when they contain the \r
carriage return character. It works as expected for both \n and \r\n 

\r is considered as a newline by many parsers, and spark should consider
it as a newline marker.

thanks 
-- 
nicolas

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Reply via email to