[
https://issues.apache.org/jira/browse/PHOENIX-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621926#comment-14621926
]
ramkrishna.s.vasudevan commented on PHOENIX-2063:
-------------------------------------------------
Pushed to 4.x and 4.4. I found 4.4.0 in the unreleased versions tag and hence
added it. Thanks for the update.
Did this test change cause any failure. Because from the commit build I saw this
{code}
Test Result (2 failures / -1)
org.apache.phoenix.end2end.index.MutableIndexFailureIT.testWriteFailureDisablesIndex
org.apache.phoenix.end2end.index.MutableIndexFailureIT.testWriteFailureDisablesLocalIndex
{code}
Hence I thought the failure was not related to this commit.
> Row value constructor doesn't work when used in COUNT DISTINCT
> --------------------------------------------------------------
>
> Key: PHOENIX-2063
> URL: https://issues.apache.org/jira/browse/PHOENIX-2063
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Dumindu Buddhika
> Fix For: 4.5.0, 4.4.1
>
> Attachments: PHOENIX-2063-addendum.patch, PHOENIX-2063-v1.patch,
> PHOENIX-2063-v2.patch
>
>
> As a workaround for PHOENIX-2062, I tried the following query:
> {code}
> SELECT COUNT(DISTINCT (a.col1, b.col2)) ...
> {code}
> However, this always returns 1 as the COUNT DISTINCT which is wrong.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)