You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2021/05/17 13:15:31 UTC

[cassandra] branch cassandra-4.0 updated (d35f36c -> 326d61e)

This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a change to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from d35f36c  Fix misplacement of originatingHostId in stats metadata
     add 326d61e  Remove drivers dependency and bring cql_keywords_reserved on server side authored and reviewed by Ekaterina Dimitrova, Adam Holmberg and Andres de la Pena for CASSANDRA-16659

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  1 +
 pylib/cqlshlib/cqlhandling.py                      | 19 +++--
 pylib/cqlshlib/test/basecase.py                    | 16 ++--
 pylib/cqlshlib/test/cassconnect.py                 |  5 +-
 pylib/cqlshlib/test/run_cqlsh.py                   |  3 +-
 pylib/cqlshlib/test/test_constants.py              | 38 +++++++++
 src/antlr/Lexer.g                                  |  3 +-
 .../apache/cassandra/cql3/ReservedKeywords.java    | 90 +++++++---------------
 .../apache/cassandra/cql3/reserved_keywords.txt    | 57 ++++++++++++++
 .../cassandra/cql3/ReservedKeywordsTest.java       |  2 +-
 10 files changed, 155 insertions(+), 79 deletions(-)
 create mode 100644 pylib/cqlshlib/test/test_constants.py
 create mode 100644 src/resources/org/apache/cassandra/cql3/reserved_keywords.txt

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org