Jackson Chung created CASSANDRA-4423:
----------------------------------------

             Summary: auto completion in cqlsh should work when using fully 
qualified name
                 Key: CASSANDRA-4423
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4423
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jackson Chung
            Priority: Minor


minor cqlsh improvement:

the auto completion in cqlsh rocks, so this is just to make a nitpick 
improvement: 

if i type
{panel}
cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' and 
{panel}

then tab tab after it, it will auto complete into:
{panel}
cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' AND 
strategy_options:replication_factor = 
{panel}

but if i use a fully qualified name:
{panel}
cqlsh> create KEYSPACE test WITH strategy_class = 
'org.apache.cassandra.locator.SimpleStrategy' AND 
                        <strategy_option_name> 
{panel}

it is not smart enough to figured out the available options.

It'd be nice to make the auto completion works for those fully qualified cases. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to