[
https://issues.apache.org/jira/browse/HIVE-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790740#comment-13790740
]
Hive QA commented on HIVE-5490:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12607555/HIVE-5490.1.patch.txt
{color:green}SUCCESS:{color} +1 4390 tests passed
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1086/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1086/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.
> SUBSTR(col, 1, 0) returns wrong result in vectorized mode
> ---------------------------------------------------------
>
> Key: HIVE-5490
> URL: https://issues.apache.org/jira/browse/HIVE-5490
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.13.0
> Reporter: Eric Hanson
> Assignee: Teddy Choi
> Attachments: HIVE-5490.1.patch.txt
>
>
> The query
> select substr(cstring1, 1, 0) from alltypesorc;
> returns all empty strings when
> set hive.vectorized.execution.enabled = false;
> which is the correct result, and returns non-empty strings when
> set hive.vectorized.execution.enabled = true;
> which is not correct.
--
This message was sent by Atlassian JIRA
(v6.1#6144)