You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Buck (JIRA)" <ji...@apache.org> on 2015/06/08 01:07:00 UTC

[jira] [Commented] (CASSANDRA-9385) cqlsh autocomplete does not work for DTCS min_threshold

    [ https://issues.apache.org/jira/browse/CASSANDRA-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14576491#comment-14576491 ] 

Alex Buck commented on CASSANDRA-9385:
--------------------------------------

Hi [~mishail], I would be interested to have a go at this one. The code changes needed are quite clear to me however I am unable to run the tests. For instance if i run {{python pylib/cqlshlib/test/test_cqlsh_completion.py}} I get the following error:

bq.File "pylib/cqlshlib/test/test_cqlsh_completion.py", line 23, in <module>from .basecase import BaseTestCase, cqlsh ValueError: Attempted relative import in non-package

I’m not sure if I am missing something or perhaps there is an issue with the code?

Thanks, Alex

> 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: cqlsh, 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)