You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/12/29 05:37:00 UTC

[jira] [Assigned] (SPARK-33930) Spark SQL no serde row format field delimit default is '\u0001'

     [ https://issues.apache.org/jira/browse/SPARK-33930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-33930:
------------------------------------

    Assignee: Apache Spark

> Spark SQL no serde row format field delimit default is '\u0001'
> ---------------------------------------------------------------
>
>                 Key: SPARK-33930
>                 URL: https://issues.apache.org/jira/browse/SPARK-33930
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: angerszhu
>            Assignee: Apache Spark
>            Priority: Major
>
> For same sql
> {code:java}
> SELECT TRANSFORM(a, b, c, null)
> ROW FORMAT DELIMITED
> USING 'cat' 
> ROW FORMAT DELIMITED
> FIELDS TERMINATED BY '&'
> FROM (select 1 as a, 2 as b, 3  as c) t
> {code}
> !image-2020-12-29-13-11-31-336.png!
>  
> !image-2020-12-29-13-11-45-734.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org