Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-4423

auto completion in cqlsh should work when using fully qualified name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.1.6
    • Legacy/Tools

    Description

      minor cqlsh improvement:

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

      if i type

      cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' and

      then tab tab after it, it will auto complete into:

      cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' AND strategy_options:replication_factor =

      but if i use a fully qualified name:

      cqlsh> create KEYSPACE test WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' AND
      <strategy_option_name>

      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.

      Attachments

        1. CASSANDRA-4423.txt
          2 kB
          Aleksey Yeschenko

        Activity

          People

            aleksey Aleksey Yeschenko
            cywjackson Jackson Chung
            Aleksey Yeschenko
            Brandon Williams
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: