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

[jira] [Updated] (HIVE-5490) SUBSTR(col, 1, 0) returns wrong result in vectorized mode

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

Jitendra Nath Pandey updated HIVE-5490:
---------------------------------------

    Priority: Major  (was: Minor)

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