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

Fix online help in cqlsh for COPY commands

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.1.3
    • Legacy/Tools
    • Low

    Description

      the HELP COPY output from cqlsh says:

      COPY [cqlsh only]
      
        Imports CSV data into a Cassandra table.
      
      COPY <table_name> [ ( column [, ...] ) ]
           FROM ( '<filename>' | STDIN )
           [ WITH <option>='value' [AND ...] ];
      COPY <table_name> [ ( column [, ...] ) ]
           TO ( '<filename>' | STDOUT )
           [ WITH <option>='value' [AND ...] ];
      

      It's confusing cause COPY is now for both export and import, since CASSANDRA-4434.

      Attachments

        1. 4469.txt
          0.7 kB
          paul cannon

        Activity

          People

            thepaul paul cannon
            thepaul paul cannon
            paul cannon
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: