[
https://issues.apache.org/jira/browse/CASSANDRA-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378205#comment-14378205
]
Tyler Hobbs commented on CASSANDRA-7814:
----------------------------------------
So far the process for updating the bundled python driver has been a bit adhoc.
If possible, we prefer to use versions of the python driver in this order:
* official releases
* commits on the master branch (in between releases)
* master + uncommitted changes (i.e. some other branch)
Although we haven't been perfect about this in the past, we should only use a
non-release version if there's a critical bugfix that's needed. The only
exception to that is for supporting new features in trunk, which may not have
official support in the driver for quite some time (although we should bundled
a released version before releasing C*, when possible).
To build the driver zip file, run the following command from a checkout of the
driver:
{noformat}
python setup.py sdist --formats=zip
{noformat}
This will create a zip under the {{dist/}} directory. So far, when bundling a
non-release version of the driver, I have simply commented on JIRA to indicate
the sha1 hash of the commit that was used. However, it seems like it would be
reasonable to include the hash (at least a prefix) in the version portion of
the filename. For example,
{{cassandra-driver-internal-only-2.1.4.post.f7e014a1fb.zip}}.
> enable describe on indices
> --------------------------
>
> Key: CASSANDRA-7814
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7814
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: radha
> Assignee: Stefania
> Priority: Minor
> Fix For: 2.1.4
>
>
> Describe index should be supported, right now, the only way is to export the
> schema and find what it really is before updating/dropping the index.
> verified in
> [cqlsh 3.1.8 | Cassandra 1.2.18.1 | CQL spec 3.0.0 | Thrift protocol 19.36.2]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)