You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/01/12 19:30:35 UTC

[cassandra] branch cassandra-3.11 updated (bae7eed -> 22a0927)

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

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


    from bae7eed  Merge branch 'cassandra-3.0' into cassandra-3.11
     new c1008cc  CASSANDRA-16372 COPY FROM does not report failed rows as imported
     new a542b86  Allow empty string in collections with COPY FROM in cqlsh
     new 22a0927  Merge branch 'cassandra-3.0' into cassandra-3.11

The 3 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 +
 pylib/cqlshlib/copyutil.py | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)


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


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 22a09273918def8160f466f61209fc15c3a28361
Merge: bae7eed a542b86
Author: Brandon Williams <br...@apache.org>
AuthorDate: Tue Jan 12 13:23:50 2021 -0600

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                | 1 +
 pylib/cqlshlib/copyutil.py | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --cc CHANGES.txt
index 35129a2,5cb4f1d..74eef72
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,9 -1,7 +1,10 @@@
 -3.0.24:
 +3.11.10
 + * Fix DecimalDeserializer#toString OOM (CASSANDRA-14925)
 + * Rate limit validation compactions using compaction_throughput_mb_per_sec (CASSANDRA-16161)
 + * SASI's `max_compaction_flush_memory_in_mb` settings over 100GB revert to default of 1GB (CASSANDRA-16071)
 +Merged from 3.0:
+  * Allow empty string in collections with COPY FROM in cqlsh (CASSANDRA-16372)
   * Fix skipping on pre-3.0 created compact storage sstables due to missing primary key liveness (CASSANDRA-16226)
 - * Fix DecimalDeserializer#toString OOM (CASSANDRA-14925)
   * Extend the exclusion of replica filtering protection to other indices instead of just SASI (CASSANDRA-16311)
   * Synchronize transaction logs for JBOD (CASSANDRA-16225)
   * Fix the counting of cells per partition (CASSANDRA-16259)


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