[
https://issues.apache.org/jira/browse/HIVE-16059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889118#comment-15889118
]
Sergio Peña commented on HIVE-16059:
------------------------------------
Is this mock going to be available in another patch? I don't see any
constructor that accepts another different Queue implementation besides
ConcurrentLinkedQueue.
> Addendum to HIVE-15879
> ----------------------
>
> Key: HIVE-16059
> URL: https://issues.apache.org/jira/browse/HIVE-16059
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Reporter: Vihang Karajgaonkar
> Assignee: Vihang Karajgaonkar
> Priority: Trivial
> Attachments: HIVE-16059.01.patch
>
>
> Added a minor change to addressed Sahil's comment on the review board for
> HIVE-15879 It changes the type of the variable pendingPaths in
> PathDepthInfoCallable class from ConcurrentLinkedQueue<PathDepthInfo> to a
> more generic Queue<PathDepthInfo> which makes the class more testable should
> we want to test it using a mock/custom queue implementation
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)