You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/12/14 23:52:02 UTC

[jira] Assigned: (HIVE-934) Rows loaded incorrect; should be suppressed.

     [ https://issues.apache.org/jira/browse/HIVE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain reassigned HIVE-934:
-------------------------------

    Assignee: Ning Zhang

> Rows loaded incorrect; should be suppressed.
> --------------------------------------------
>
>                 Key: HIVE-934
>                 URL: https://issues.apache.org/jira/browse/HIVE-934
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Adam Kramer
>            Assignee: Ning Zhang
>
> For several queries, Hive reports "rows loaded" at the bottom, e.g.,
> 928955 Rows loaded to akramer_mem_updates2
> ...however, this number is not always correct. "Rows loaded" should be the same as the number of rows in the table after the table is created. In the above case, select count(1) from akramer_mem_updates2 returns 2649223; this is incorrect.
> This has been noted for a long time; the basic response to reports of this problem is "Yeah, rows loaded is wrong, you should ignore it." If this is so, it should stop being reported by Hive entirely (or it should only be reported in cases where it is correct).
> Or, it could be fixed. :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.