[
https://issues.apache.org/jira/browse/CASSANDRA-12897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15653768#comment-15653768
]
Eduard Tudenhoefner edited comment on CASSANDRA-12897 at 11/11/16 7:19 AM:
---------------------------------------------------------------------------
|[patch|https://github.com/nastra/cassandra/tree/CASSANDRA-12897]|
|[testall|https://cassci.datastax.com/view/Dev/view/nastra/job/nastra-CASSANDRA-12897-testall/1/]|
|[dtests|https://cassci.datastax.com/view/Dev/view/nastra/job/nastra-CASSANDRA-12897-dtest/2/]|
was (Author: eduard.tudenhoefner):
|[patch|https://github.com/nastra/cassandra/tree/CASSANDRA-12897]|
|[testall|https://cassci.datastax.com/view/Dev/view/nastra/job/nastra-CASSANDRA-12897-testall/1/]|
|[dtests|https://cassci.datastax.com/view/Dev/view/nastra/job/nastra-CASSANDRA-12897-dtest/1/]|
> Move cqlsh syntax rules into separate module and allow easier customization
> ---------------------------------------------------------------------------
>
> Key: CASSANDRA-12897
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12897
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Eduard Tudenhoefner
> Assignee: Eduard Tudenhoefner
> Priority: Minor
> Fix For: 3.x
>
>
> At the moment the entire cqlsh syntax rules are defined in one single field
> in
> https://github.com/apache/cassandra/blob/13b7362494c4c0ff3c5ce80b8e7ee7fe64d65785/bin/cqlsh.py#L313-L426.
> It would be easier if every syntax rule would be stored in its own field for
> easier extensibility / customizability.
> It probably also makes sense to move the relevant *cqlsh* syntax rules and
> syntax completer into a separate *cqlshhandling.py* module because *cqlsh.py*
> in itself is huge.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)