angerszhu created SPARK-33930:
---------------------------------
Summary: 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: Improvement
Components: SQL
Affects Versions: 3.2.0
Reporter: angerszhu
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: [email protected]
For additional commands, e-mail: [email protected]