You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Adam Kramer (JIRA)" <ji...@apache.org> on 2009/11/15 02:54:39 UTC

[jira] Updated: (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 ]

Adam Kramer updated HIVE-934:
-----------------------------

    Priority: Trivial  (was: Major)

> Rows loaded incorrect; should be suppressed.
> --------------------------------------------
>
>                 Key: HIVE-934
>                 URL: https://issues.apache.org/jira/browse/HIVE-934
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Adam Kramer
>            Priority: Trivial
>
> 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.