[ https://issues.apache.org/jira/browse/HIVE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847166#comment-13847166 ]
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/12618535/HIVE-1466.2.patch {color:green}SUCCESS:{color} +1 4788 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/627/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/627/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: 12618535 > 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, HIVE-1466.2.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)