This is an automated email from the ASF dual-hosted git repository.
jlewandowski pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from c33c8ebab4 Merge branch 'cassandra-5.0' into trunk
add f92998190c Fix few types issues and implement types compatibility tests
add 445ae1a4b1 Merge branch 'cassandra-4.0' into cassandra-4.1
add 82297b490e Merge branch 'cassandra-4.1' into cassandra-5.0
new d9192745bc Merge branch 'cassandra-5.0' into trunk
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 1 +
.../db/marshal/AbstractCompositeType.java | 2 +-
.../org/apache/cassandra/db/marshal/TupleType.java | 6 +-
.../apache/cassandra/db/marshal/TypeParser.java | 2 +-
.../org/apache/cassandra/db/marshal/UserType.java | 2 +-
.../apache/cassandra/utils/CassandraVersion.java | 5 +
test/data/types-compatibility/4.0.json.gz | Bin 0 -> 397346 bytes
test/data/types-compatibility/4.1.json.gz | Bin 0 -> 396407 bytes
test/data/types-compatibility/5.0.json.gz | Bin 0 -> 397761 bytes
.../cassandra/db/marshal/AbstractTypeTest.java | 922 ++++++++++++++++++++-
.../cassandra/utils/AbstractTypeGenerators.java | 228 ++++-
.../utils/asserts/SoftAssertionsWithLimit.java | 25 +-
12 files changed, 1174 insertions(+), 19 deletions(-)
create mode 100644 test/data/types-compatibility/4.0.json.gz
create mode 100644 test/data/types-compatibility/4.1.json.gz
create mode 100644 test/data/types-compatibility/5.0.json.gz
copy src/java/org/apache/cassandra/gms/VersionGenerator.java =>
test/unit/org/apache/cassandra/utils/asserts/SoftAssertionsWithLimit.java (61%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]