[ 
https://issues.apache.org/jira/browse/SPARK-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109592#comment-14109592
 ] 

Apache Spark commented on SPARK-3205:
-------------------------------------

User 'mengxr' has created a pull request for this issue:
https://github.com/apache/spark/pull/2118

> input format for text records saved with in-record delimiter and newline 
> characters escaped
> -------------------------------------------------------------------------------------------
>
>                 Key: SPARK-3205
>                 URL: https://issues.apache.org/jira/browse/SPARK-3205
>             Project: Spark
>          Issue Type: New Feature
>          Components: Spark Core, SQL
>            Reporter: Xiangrui Meng
>            Assignee: Xiangrui Meng
>
> Text records may contain in-record delimiter or newline characters. In such 
> cases, we can either encode them or escape them. The latter is simpler and 
> used by Redshift's UNLOAD with the ESCAPE option. The problem is that a 
> record will span multiple lines. We need an input format for it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to