[
https://issues.apache.org/jira/browse/HIVE-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965207#comment-14965207
]
Aihua Xu commented on HIVE-12068:
---------------------------------
The second column value 'null' actually is correct since we escape newline,
carriage return and tab so the text from the script is considered to be the
first column.
The output is as following without sorting.
{noformat}
1
2 NULL
2 NULL
1 2 NULL
1
2 NULL
2 NULL
1 2 NULL
{noformat}
> Investigate remote_script.q result
> ----------------------------------
>
> Key: HIVE-12068
> URL: https://issues.apache.org/jira/browse/HIVE-12068
> Project: Hive
> Issue Type: Bug
> Components: Test
> Affects Versions: 2.0.0
> Reporter: Aihua Xu
>
> Investigate the result of remote_script.q. The result seems incorrect. We may
> have some issues with the code.
> {noformat}
> 1 2 NULL
> 1 2 NULL
> 1 NULL
> 2 NULL
> 1 NULL
> 2 NULL
> 1 NULL
> 2 NULL
> 1 NULL
> 2 NULL
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)