You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jw...@apache.org on 2020/05/20 20:45:58 UTC

[cassandra] branch cassandra-3.0 updated (86e1590 -> ea202ce)

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

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


    from 86e1590  Fix index queries on partition key columns when some partitions contains only static data
     add ea202ce  EmptyType doesn't override writeValue so could attempt to write bytes when expected not to

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  1 +
 .../org/apache/cassandra/db/marshal/EmptyType.java | 72 +++++++++++++++++
 .../cassandra/serializers/EmptySerializer.java     |  1 +
 .../apache/cassandra/db/marshal/EmptyTypeTest.java | 94 ++++++++++++++++++++++
 4 files changed, 168 insertions(+)
 create mode 100644 test/unit/org/apache/cassandra/db/marshal/EmptyTypeTest.java


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