Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A80B2200BC8 for ; Tue, 8 Nov 2016 10:31:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A51C1160AFA; Tue, 8 Nov 2016 09:31:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 26E39160B0A for ; Tue, 8 Nov 2016 10:31:00 +0100 (CET) Received: (qmail 15096 invoked by uid 500); 8 Nov 2016 09:30:59 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 14789 invoked by uid 99); 8 Nov 2016 09:30:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 09:30:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D95492C2A66 for ; Tue, 8 Nov 2016 09:30:58 +0000 (UTC) Date: Tue, 8 Nov 2016 09:30:58 +0000 (UTC) From: "Alex Petrov (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12847) cqlsh DESCRIBE output doesn't properly quote index names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 09:31:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647014#comment-15647014 ] Alex Petrov commented on CASSANDRA-12847: ----------------------------------------- I've triggered a CI for the dtest corrections: |[2.1|https://cassci.datastax.com/job/cassandra-2.1_dtest/519/]|[2.2|https://cassci.datastax.com/job/cassandra-2.2_dtest/707/]|[trunk|https://cassci.datastax.com/job/trunk_dtest/1417/]| > cqlsh DESCRIBE output doesn't properly quote index names > -------------------------------------------------------- > > Key: CASSANDRA-12847 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12847 > Project: Cassandra > Issue Type: Bug > Reporter: Sam Tunnicliffe > Assignee: Sam Tunnicliffe > Labels: cqlsh > Fix For: 2.2.x, 3.0.x, 3.x > > > CASSANDRA-8365 fixed the CQL grammar so that quoting index names preserves case. The output of DESCRIBE in cqlsh wasn't updated however so this doesn't round-trip properly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)