You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2013/12/12 10:26:08 UTC

[jira] [Commented] (HIVE-1466) Add NULL DEFINED AS to ROW FORMAT specification

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

Hive QA commented on HIVE-1466:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12618376/HIVE-1466.1.patch

{color:green}SUCCESS:{color} +1 4765 tests passed

Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/622/testReport
Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/622/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12618376

> Add NULL DEFINED AS to ROW FORMAT specification
> -----------------------------------------------
>
>                 Key: HIVE-1466
>                 URL: https://issues.apache.org/jira/browse/HIVE-1466
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Adam Kramer
>            Assignee: Prasad Mujumdar
>         Attachments: HIVE-1466.1.patch
>
>
> NULL values are passed to transformers as a literal backslash and a literal N. NULL values are saved when INSERT OVERWRITing LOCAL DIRECTORies as "NULL". This is inconsistent.
> The ROW FORMAT specification of tables should be able to specify the manner in which a null character is represented. ROW FORMAT NULL DEFINED AS '\N' or '\003' or whatever should apply to all instances of table export and saving.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)