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

smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from f5fba9b702 Merge branch 'cassandra-5.0' into trunk
     add b59b832eba Remove crc_check_chance from CompressionParams
     new f8c240147c 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 +
 .../pages/developing/cql/cql_singlefile.adoc       | 16 ++++----
 .../cassandra/pages/developing/cql/ddl.adoc        |  3 --
 .../pages/managing/operating/compression.adoc      | 17 ++++++---
 .../cql3/statements/schema/TableAttributes.java    | 24 ++----------
 .../org/apache/cassandra/db/ColumnFamilyStore.java |  1 +
 .../cassandra/io/sstable/format/SSTableReader.java |  1 -
 .../io/sstable/format/SortedTableWriter.java       |  4 ++
 .../format/big/BigSSTableReaderLoadingBuilder.java |  5 ++-
 .../format/bti/BtiTableReaderLoadingBuilder.java   |  9 ++++-
 .../cassandra/io/util/CompressedChunkReader.java   | 19 ++++++----
 .../org/apache/cassandra/io/util/FileHandle.java   | 12 +++++-
 .../apache/cassandra/schema/CompressionParams.java | 44 ----------------------
 .../apache/cassandra/schema/TableMetadataRef.java  |  1 -
 .../miscellaneous/CrcCheckChanceTest.java          | 38 +++----------------
 15 files changed, 68 insertions(+), 127 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to