You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Piotr Findeisen (Jira)" <ji...@apache.org> on 2019/11/18 09:05:00 UTC

[jira] [Commented] (HIVE-8648) numRows cannot be set by user

    [ https://issues.apache.org/jira/browse/HIVE-8648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16976372#comment-16976372 ] 

Piotr Findeisen commented on HIVE-8648:
---------------------------------------

Related to (solved by?) HIVE-12730.

> numRows cannot be set by user
> -----------------------------
>
>                 Key: HIVE-8648
>                 URL: https://issues.apache.org/jira/browse/HIVE-8648
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.13.0, 0.14.0, 0.13.1
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>            Priority: Major
>         Attachments: HIVE-8648.1.patch, HIVE-8648.patch
>
>
> Since HIVE-3777 users who want to set the number of rows for a table, must do as follows:
> {noformat}
> alter table ... set tblproperties ('numRows' = '12345', 'STATS_GENERATED_VIA_STATS_TASK' = 'true');
> {noformat}
> Which is strange because (1) users can know the numbers of rows and (2) the stat is not generated by a stats task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)