[
https://issues.apache.org/jira/browse/HIVE-18506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin reassigned HIVE-18506:
---------------------------------------
Assignee: Oleg Danilov (was: Sergey Shelukhin)
> LlapBaseInputFormat - negative array index
> ------------------------------------------
>
> Key: HIVE-18506
> URL: https://issues.apache.org/jira/browse/HIVE-18506
> Project: Hive
> Issue Type: Bug
> Reporter: Oleg Danilov
> Assignee: Oleg Danilov
> Priority: Minor
> Attachments: HIVE-18506.01.patch, HIVE-18506.patch
>
>
>
> "nextInt % value" may generate negative values:
> {code:java}
> int randIdx = rand.nextInt() % allInstances.size();
> serviceInstance = allInstances.toArray(serviceInstanceArray)[randIdx];
> {code}
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)