[
https://issues.apache.org/jira/browse/HIVE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924819#action_12924819
]
Paul Butler commented on HIVE-1748:
-----------------------------------
@Namit added.
It took a while as I had to check out Hive from Apache's repo and apply my
patch to that; is there a better way to create patches against the Apache repos
from the internal one?
> Statistics broken for tables with size in excess of Integer.MAX_VALUE
> ---------------------------------------------------------------------
>
> Key: HIVE-1748
> URL: https://issues.apache.org/jira/browse/HIVE-1748
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Paul Butler
> Attachments: HIVE-1748.patch
>
>
> ANALYZE TABLE x COMPUTE STATISTICS would fail to update the table size if it
> exceeded Integer.MAX_VALUE because it used parseInt instead of parseLong.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.