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

Kudu syntax DISTRIBUTE BY should be PARTITIONED BY

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 2.8.0
    • Impala 2.8.0
    • Frontend

    Description

      Follow up to IMPALA-3724.

      DISTRIBUTE BY should be PARTITIONED BY.

      For example:

      create table tdata (id int primary key, valf float null)
        PARTITIONED BY RANGE
           (PARTITION VALUES < 10, PARTITION 10 <= VALUES < 30, PARTITION 30 <= VALUES)
        STORED AS KUDU
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mjacobs Matthew Jacobs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: