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

cli executeGetWithConditions is not case-insensitive for CF names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.7.0 rc 2
    • Legacy/Tools
    • None
    • Low

    Description

              String columnFamily = statement.getChild(0).getText();
      

      is not being normalized for case...

      I tried

      -        String columnFamily = statement.getChild(0).getText();
      +        String columnFamily = CliCompiler.getColumnFamily(statement.getChild(0), keyspacesMap.get(keySpace).cf_defs);
      

      but that broke it, all gets returned null (missing exception message?)

      Attachments

        1. CASSANDRA-1809.patch
          2 kB
          Pavel Yaskevich

        Activity

          People

            xedin Pavel Yaskevich
            jbellis Jonathan Ellis
            Pavel Yaskevich
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: