[
https://issues.apache.org/jira/browse/PHOENIX-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071775#comment-14071775
]
Hudson commented on PHOENIX-1103:
---------------------------------
SUCCESS: Integrated in Phoenix | 3.0 | Hadoop1 #146 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/146/])
PHOENIX-1103 ChunkedResultIterator compat with hash joins (gabrielr: rev
f714932f0c72989e2382aace29dbfb304fb24db5)
* phoenix-core/src/main/java/org/apache/phoenix/join/HashJoinInfo.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java
*
phoenix-core/src/main/java/org/apache/phoenix/iterate/ChunkedResultIterator.java
* phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
> Remove hash join special case for ChunkedResultIterator
> -------------------------------------------------------
>
> Key: PHOENIX-1103
> URL: https://issues.apache.org/jira/browse/PHOENIX-1103
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Gabriel Reid
> Assignee: Gabriel Reid
> Fix For: 5.0.0, 3.1, 4.1
>
> Attachments: PHOENIX-1103.patch
>
>
> This is a follow-up issue to PHOENIX-539. There is currently an special case
> which disables the ChunkedResultIterator in the case of a hash join. This
> disabling of the ChunkedResultIterator is needed due to the fact that a hash
> join scan can return multiple rows with the same row key.
> As discussed in the comments of PHOENIX-539, the ChunkedResultIterator should
> be updated to only end a chunk at between different row keys.
--
This message was sent by Atlassian JIRA
(v6.2#6252)