Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.13.0, 0.13.1, 0.14.0
-
None
-
None
-
None
Description
Since HIVE-3777 users who want to set the number of rows for a table, must do as follows:
alter table ... set tblproperties ('numRows' = '12345', 'STATS_GENERATED_VIA_STATS_TASK' = 'true');
Which is strange because (1) users can know the numbers of rows and (2) the stat is not generated by a stats task.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-12730 MetadataUpdater: provide a mechanism to edit the basic statistics of a table (or a partition)
- Closed
-
HIVE-3777 add a property in the partition to figure out if stats are accurate
- Resolved