Re: Showing a new property in DESCRIBE TABLE output

2017-01-24 Thread Murukesh Mohanan
Yes, that was it. The file to modify was cassandra/metadata.py in cassandra-driver, which has a list of recognized table options ( https://github.com/datastax/python-driver/blob/master/cassandra/metadata.py#L2169). Sorry for not posting the implementation, but I've followed the changes made for

Re: Showing a new property in DESCRIBE TABLE output

2017-01-24 Thread Blake Eggleston
I haven't seen your implementation, but the likely cause of your problem is either that the new parameter isn't being sent over the client protocol, or that cqlsh is ignoring it. The cqlsh output of DESCRIBE TABLE seems to be generated by the TableMetadata class in the python driver (see the

Showing a new property in DESCRIBE TABLE output

2017-01-24 Thread Murukesh Mohanan
I'm having a go at CASSANDRA-13002 ( https://issues.apache.org/jira/browse/CASSANDRA-12403), by adding a new table property which will override the global slow_query_log_timeout_in_ms setting. It works, but I can't get it to show up in cqlsh DESCRIBE TABLE output. For example, this is what I get: