[
https://issues.apache.org/jira/browse/HIVE-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
JongWon Park updated HIVE-8343:
-------------------------------
Status: Patch Available (was: Open)
> Return value from BlockingQueue.offer() is not checked in
> DynamicPartitionPruner
> --------------------------------------------------------------------------------
>
> Key: HIVE-8343
> URL: https://issues.apache.org/jira/browse/HIVE-8343
> Project: Hive
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: JongWon Park
> Priority: Minor
>
> In addEvent() and processVertex(), there is call such as the following:
> {code}
> queue.offer(event);
> {code}
> The return value should be checked. If false is returned, event would not
> have been queued.
> Take a look at line 328 in:
> http://fuseyism.com/classpath/doc/java/util/concurrent/LinkedBlockingQueue-source.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)