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

COMPUTE INCREMENTAL STATS doesn't compute stats for newly discovered partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 2.2.4, Impala 2.3.0
    • None
    • Catalog

    Description

      In the following sequence, I expect the stats for partition 333 to be computed, but they are not:

      1. In Impala: create table T (x int) paritioned by (y int)
      2. In Impala: insert into table T partition (y=42) values (2)
      3. In Hive: alter table T add partition (y=333)
      4. In Impala: compute incremental stats T
      5. In Impala: show table stats T

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jbapple Jim Apple
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: