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

[jira] [Resolved] (SPARK-32684) Add a test case for hive serde/default-serde mode's null value '\\N'

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

Wenchen Fan resolved SPARK-32684.
---------------------------------
    Fix Version/s: 3.2.0
       Resolution: Fixed

Issue resolved by pull request 30946
[https://github.com/apache/spark/pull/30946]

> Add a test case for hive serde/default-serde mode's null value '\\N'
> --------------------------------------------------------------------
>
>                 Key: SPARK-32684
>                 URL: https://issues.apache.org/jira/browse/SPARK-32684
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: angerszhu
>            Assignee: angerszhu
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> Hive serde default NULL value is '\N'
> {code:java}
> String nullString = tbl.getProperty(
>     serdeConstants.SERIALIZATION_NULL_FORMAT, "\\N");
> nullSequence = new Text(nullString);
> {code}



--
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