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

Typo in CreateTableStatement error message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.2.1
    • None
    • None
    • Low

    Description

      The error message for creating a table with an invalid name says:

      ... is not a valid table name (must be alphanumeric character only: [0-9A-Za-z]+)

      That's incorrect as the regex validates against "\w+" so underscores are allowed as well (ex: "foo_bar" is acceptable).

      Attachments

        1. CASSANDRA-10087.txt
          1 kB
          Sehrope Sarkuni

        Activity

          People

            Unassigned Unassigned
            sehrope Sehrope Sarkuni
            Sylvain Lebresne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: