This is an automated email from the ASF dual-hosted git repository.
jlewandowski pushed a change to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 9bfaee91c4 Optionally fail writes when SAI refuses to index a term
value exceeding a configured maximum size
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
No new revisions were added by this update.
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 | 6 +
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, 1175 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]