Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5339

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.9.0
    • Impala 2.9.0
    • Frontend
    • None

    Description

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

      Repro:

      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;
      

      I will push a fix shortly.

      Attachments

        Issue Links

          Activity

            People

              lv Lars Volker
              lv Lars Volker
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: