CASSANDRA-7814: Added indexes to table and ks metadata #263
Conversation
…string() to IndexMetadata
|
Hi @stef1927, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. Sincerely, |
|
You did it @stef1927! Thank you for signing the Contribution License Agreement. Cheers, |
There was a problem hiding this comment.
Wondering if this functionality would be better implemented in KeyspaceMetadata, where the index is held (KeyspaceMetadata.add_table(self, table_meta), or something like that).
There was a problem hiding this comment.
Yes you are quite right, I moved both methods to the ks metadata, see latest commit.
|
Please see updates in #284. Let me know what you think of those changes. |
|
Changes look good and tests for CASSANDRA-7814 still pass, thanks! |
add note on statement ordering in batch query
This is the suggested change for https://datastax-oss.atlassian.net/browse/PYTHON-241.