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

Case sensitivity problem in cqlsh when specifying keyspace in select

Agile BoardAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.1.0
    • Legacy/Tools
    • OSX and Ubuntu 14.04

    • Low

    Description

      The dtest cqlsh_tests.py:TestCqlsh.test_with_empty_values is currently failing. Upon investigation, the issue is a case sensitivity problem in cqlsh. If I have a keyspace, 'cassandra', the following queries all work:

      use cassandra;
      use CASSANDRA;
      select * from cassandra.table;
      

      The following query worked in 2.0 but does not work in cqlsh in 2.1:

      select * from CASSANDRA.table
      

      It should be noted that the final query also works when accessing C* through the python driver, so it should work in cqlsh.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            thobbs Tom Hobbs Assign to me
            philipthompson Philip Thompson
            Tom Hobbs
            Aleksey Yeschenko
            Philip Thompson Philip Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment