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

Add a variant of alter table to manually add column stats

    XMLWordPrintableJSON

Details

    Description

      Current we have SQLs to add row stats for partitioned/non_partitioned tables. For ex:

      alter table analysis_data set tblproperties('numRows'='1001000000'); #non-partitioned
      alter table partitioned_data set tblproperties ('numRows'='1030000'); #partitioned
      

      We should have something similar for column stats too.

      Attachments

        Activity

          People

            alex.behm Alexander Behm
            bharathv Bharath Vissapragada
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: