Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 366FE18D78 for ; Sat, 30 May 2015 23:33:18 +0000 (UTC) Received: (qmail 73145 invoked by uid 500); 30 May 2015 23:33:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 73112 invoked by uid 500); 30 May 2015 23:33:18 -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 73101 invoked by uid 99); 30 May 2015 23:33:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2015 23:33:18 +0000 Date: Sat, 30 May 2015 23:33:17 +0000 (UTC) From: "Mikhail Stepura (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9385) cqlsh autocomplete does not work for DTCS min_threshold MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566251#comment-14566251 ] Mikhail Stepura commented on CASSANDRA-9385: -------------------------------------------- Need to adjust options in {{cql3handling.py}} > cqlsh autocomplete does not work for DTCS min_threshold > ------------------------------------------------------- > > Key: CASSANDRA-9385 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9385 > Project: Cassandra > Issue Type: Bug > Reporter: Sebastian Estevez > Priority: Trivial > Labels: lhf > > Confirmed that min_threshold is a valid parameter for DTCS: > {code} > create TABLE test1 (key text, col1 text, primary key (key)) WITH compaction = {'class': 'DateTieredCompactionStrategy', 'min_threshold': '4' }; > {code} > But the min_threshold does not appear in the tab auto complete options. -- This message was sent by Atlassian JIRA (v6.3.4#6332)