[ https://issues.apache.org/jira/browse/HIVE-8689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193394#comment-14193394 ]
Prasanth J commented on HIVE-8689: ---------------------------------- [~sershe] HIVE-8671 committed now. Can you rebase this patch now? Also can you fix Mostafa's change to reducer estimation. It will estimate one reducer less than the previous code. For example: if totalInputFileSize is 140 and bytesPerReducer is 100 then current change will just say 1 reducer. We should either have Math.ceil or Math.max(totalInputFileSize, totalInputFileSize + bytesPerReducer - 1)/bytesPerReducer.. > handle overflows in statistics better > ------------------------------------- > > Key: HIVE-8689 > URL: https://issues.apache.org/jira/browse/HIVE-8689 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Fix For: 0.14.0 > > Attachments: HIVE-8689.01.patch, HIVE-8689.patch > > > Improve overflow checks in StatsAnnotation optimizer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)