[ 
https://issues.apache.org/jira/browse/CASSANDRA-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015553#comment-16015553
 ] 

mck edited comment on CASSANDRA-13262 at 5/18/17 10:38 AM:
-----------------------------------------------------------

[~Anthony Grasso], the 
{{cqlsh_tests.cqlsh_tests.TestCqlsh.test_with_empty_values}} failed in the 
dtest run¹ against the 3.11 patch. (the history of the runs before that has 
been lost before i got a chance to check it.) Could you take a look at this to 
see if it's actually caused from the patch? (i would get a chance to before 
next tuesday.)

¹ 
https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/48/


was (Author: michaelsembwever):
[~Anthony Grasso], the 
{{cqlsh_tests.cqlsh_tests.TestCqlsh.test_with_empty_values}} failed in the 
dtest run against the 3.11 patch. (the history of the runs before that has been 
lost before i got a chance to check it.) Could you take a look at this to see 
if it's actually caused from the patch? (i would get a chance to before next 
tuesday.)

> Incorrect cqlsh results when selecting same columns multiple times
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-13262
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13262
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stefan Podkowinski
>            Assignee: Murukesh Mohanan
>            Priority: Minor
>              Labels: lhf
>             Fix For: 4.0
>
>         Attachments: 
> 0001-Fix-incorrect-cqlsh-results-when-selecting-same-colu.patch, 
> CASSANDRA-13262-v2.2.txt, CASSANDRA-13262-v3.0.txt, CASSANDRA-13262-v3.11.txt
>
>
> Just stumbled over this on trunk:
> {quote}
> cqlsh:test1> select a, b, c from table1;
>  a | b    | c
> ---+------+-----
>  1 |    b |   2
>  2 | null | 2.2
> (2 rows)
> cqlsh:test1> select a, a, b, c from table1;
>  a | a    | b   | c
> ---+------+-----+------
>  1 |    b |   2 | null
>  2 | null | 2.2 | null
> (2 rows)
> cqlsh:test1> select a, a, a, b, c from table1;
>  a | a    | a             | b    | c
> ---+------+---------------+------+------
>  1 |    b |           2.0 | null | null
>  2 | null | 2.20000004768 | null | null
> {quote}
> My guess is that his is on the Python side, but haven't really looked into it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to