You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2016/03/07 19:06:40 UTC

[jira] [Commented] (CASSANDRA-11092) EXPAND breaks when the result has 0 rows in cqlsh

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

Yuki Morishita commented on CASSANDRA-11092:
--------------------------------------------

||branch||dtest||
|[11092-2.2|https://github.com/yukim/cassandra/tree/11092-2.2]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11092-2.2-dtest/lastCompletedBuild/testReport/]|
|[11092-3.0|https://github.com/yukim/cassandra/tree/11092-3.0]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11092-3.0-dtest/lastCompletedBuild/testReport/]|
|[11092-3.5|https://github.com/yukim/cassandra/tree/11092-3.5]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11092-3.5-dtest/lastCompletedBuild/testReport/]|


> EXPAND breaks when the result has 0 rows in cqlsh
> -------------------------------------------------
>
>                 Key: CASSANDRA-11092
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11092
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Kishan Karunaratne
>            Assignee: Yuki Morishita
>            Priority: Trivial
>              Labels: cqlsh
>             Fix For: 2.2.x, 3.0.x, 3.x
>
>
> {noformat}
> cqlsh> EXPAND ON;
> Now Expanded output is enabled
> cqlsh> select * from system.local;
> @ Row 1
> -------------------------+---------------------------------------------
>  key                     | local
>  bootstrapped            | COMPLETED
>  broadcast_address       | 127.0.0.1
>  cluster_name            | dse_50_graph
>  cql_version             | 3.4.0
>  data_center             | Graph
>  dse_version             | 5.0.0
>  gossip_generation       | 1454032824
>  graph                   | True
>  host_id                 | ad30ccb2-04a1-4511-98b6-a72e4ea182c0
>  listen_address          | 127.0.0.1
>  native_protocol_version | 4
>  partitioner             | org.apache.cassandra.dht.Murmur3Partitioner
>  rack                    | rack1
>  release_version         | 3.0.1.816
>  rpc_address             | 127.0.0.1
>  schema_version          | 5667501a-4ac3-3f00-ab35-9040efb927ad
>  server_id               | A0-CE-C8-01-CC-CA
>  thrift_version          | 20.1.0
>  tokens                  | {'-9223372036854775808'}
>  truncated_at            | null
>  workload                | Cassandra
> (1 rows)
> cqlsh> select * from system.peers;
> max() arg is an empty sequence
> cqlsh> EXPAND OFF;
> Disabled Expanded output.
> cqlsh> select * from system.peers;
>  peer | data_center | dse_version | graph | host_id | preferred_ip | rack | release_version | rpc_address | schema_version | server_id | tokens | workload
> ------+-------------+-------------+-------+---------+--------------+------+-----------------+-------------+----------------+-----------+--------+----------
> (0 rows)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)