You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2017/05/18 18:21:04 UTC

[jira] [Created] (IMPALA-5339) IMPALA-4166 breaks queries on tables with sort.column that do a expr rewrite

Lars Volker created IMPALA-5339:
-----------------------------------

             Summary: IMPALA-4166 breaks queries on tables with sort.column that do a expr rewrite
                 Key: IMPALA-5339
                 URL: https://issues.apache.org/jira/browse/IMPALA-5339
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.9.0
            Reporter: Lars Volker
            Assignee: Lars Volker
            Priority: Blocker


IMPALA-4166 breaks queries on tables with sort.column that do an expr rewrite.

Repro:
{code}
create table t (i int) stored as parquet;
insert into t select cast(id as int) from (select 1 as id union select cast(2 as int) as id) sub;
{code}

I will push a fix shortly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)